#A07D02

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

Shades of Dark Goldenrod #A07D02

Tints of Dark Goldenrod #A07D02

Color information

#A07D02 (or 0xA07D02) is unknown color: approx Dark Goldenrod. HEX triplet: A0, 7D and 02. RGB value is (160,125,2). Sum of RGB (Red+Green+Blue) = 160+125+2=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 125 (49.22% from 255 or 43.55% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07D02 is #5F82FD. Grayscale: #797979. Windows color (decimal): -6259454 or 163232. OLE color: 163232.

HSL color Cylindrical-coordinate representation of color #A07D02: hue angle of 46.71º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A07D02 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB1601252-
CMYK00.220.990.37
HSL46.71º97.53%31.76%-
HSV(B)46.71º98.75%62.75%-
XYZ21.8422.153.18-
YUV121.4460.6155.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.75%
GREEN value IS 125 (49.22% from 255) = 43.55%
BLUE value IS 2 (1.17% from 255) = 0.70%
R=55.75%
G=43.55%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160125200.220.990.3746.7197.5331.76
HexA07D201663252f6220
Octal2401752026143455714240
Binary1010000011111011001011011000111001011011111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07D02; }

 p { color: rgb(160,125,2); }

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

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

 a { background-color: rgb(160,125,2); }

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

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

 span { border-color: rgb(160,125,2); }

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