#A07D00

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

Shades of Dark Goldenrod #A07D00

Tints of Dark Goldenrod #A07D00

Color information

#A07D00 (or 0xA07D00) is unknown color: approx Dark Goldenrod. HEX triplet: A0, 7D and 00. RGB value is (160,125,0). Sum of RGB (Red+Green+Blue) = 160+125+0=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07D00 is #5F82FF. Grayscale: #797979. Windows color (decimal): -6259456 or 32160. OLE color: 32160.

HSL color Cylindrical-coordinate representation of color #A07D00: hue angle of 46.88º 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 #A07D00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB1601250-
CMYK00.2210.37
HSL46.88º100%31.37%-
HSV(B)46.88º100%62.75%-
XYZ21.8322.143.12-
YUV121.2259.6155.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.14%
GREEN value IS 125 (49.22% from 255) = 43.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.14%
G=43.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160125000.2210.3746.8810031.37
HexA07D001664252f641f
Octal2401750026144455714437
Binary10100000111110100101101100100100101101111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07D00; }

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

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

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

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

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

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

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

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