#a07e00

Color #A07E00 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #A07E00

Tints of Dark Goldenrod #A07E00

Color information

#A07E00 (or 0xA07E00) is unknown color: approx Dark Goldenrod. HEX triplet: A0, 7E and 00. RGB value is (160,126,0). Sum of RGB (Red+Green+Blue) = 160+126+0=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 126 (49.61% from 255 or 44.06% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07E00 is #5F81FF. Grayscale: #7A7A7A. Windows color (decimal): -6259200 or 32416. OLE color: 32416.

HSL color Cylindrical-coordinate representation of color #A07E00: hue angle of 47.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A07E00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB1601260-
CMYK00.2110.37
HSL47.25º100%31.37%-
HSV(B)47.25º100%62.75%-
XYZ21.9622.43.17-
YUV121.859.26155.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 55.94%
GREEN value IS 126 (49.61% from 255) = 44.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.94%
G=44.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160126000.2110.3747.2510031.37
HexA07E001564252f641f
Octal2401760025144455714437
Binary10100000111111000101011100100100101101111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a07e00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a07e00; }

 p { color: rgb(160,126,0); }

 H1.HeaderClassName
 {
   color: #a07e00;
 }
 .AnyTagClassName
 {
   color: #a07e00;
 }
</style>
background-color css

<style>
 a { background-color: #a07e00; }

 a { background-color: rgb(160,126,0); }

 div.DivClassName
 {
   background-color: #a07e00;
 }
 .BgClassName
 {
   background-color: #a07e00;
 }
</style>
border-color css

<style>
 span { border-color: #a07e00; }

 span { border-color: rgb(160,126,0); }

 td.TdClassName
 {
   border-color: #a07e00;
 }
 .TagClassName
 {
   border-color: #a07e00;
 }
</style>