#A77C00

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

Shades of Dark Goldenrod #A77C00

Tints of Dark Goldenrod #A77C00

Color information

#A77C00 (or 0xA77C00) is unknown color: approx Dark Goldenrod. HEX triplet: A7, 7C and 00. RGB value is (167,124,0). Sum of RGB (Red+Green+Blue) = 167+124+0=291 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.39% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77C00 is #5883FF. Grayscale: #7B7B7B. Windows color (decimal): -5800960 or 31911. OLE color: 31911.

HSL color Cylindrical-coordinate representation of color #A77C00: hue angle of 44.55º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A77C00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB1671240-
CMYK00.2610.35
HSL44.55º100%32.75%-
HSV(B)44.55º100%65.49%-
XYZ23.1422.633.15-
YUV122.7258.75159.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 57.39%
GREEN value IS 124 (48.83% from 255) = 42.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.39%
G=42.61%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167124000.2610.3544.5510032.75
HexA77C001A64232d6421
Octal2471740032144435514441
Binary101001111111100001101011001001000111011011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77C00; }

 p { color: rgb(167,124,0); }

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

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

 a { background-color: rgb(167,124,0); }

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

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

 span { border-color: rgb(167,124,0); }

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