#A77F0C

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

Shades of Dark Goldenrod #A77F0C

Tints of Dark Goldenrod #A77F0C

Color information

#A77F0C (or 0xA77F0C) is unknown color: approx Dark Goldenrod. HEX triplet: A7, 7F and 0C. RGB value is (167,127,12). Sum of RGB (Red+Green+Blue) = 167+127+12=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77F0C is #5880F3. Grayscale: #7E7E7E. Windows color (decimal): -5800180 or 819111. OLE color: 819111.

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

Color convert

RGB16712712-
CMYK00.240.930.35
HSL44.52º86.59%35.1%-
HSV(B)44.52º92.81%65.49%-
XYZ23.5923.423.63-
YUV125.8563.75157.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.58%
GREEN value IS 127 (50% from 255) = 41.50%
BLUE value IS 12 (5.08% from 255) = 3.92%
R=54.58%
G=41.50%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671271200.240.930.3544.5286.5935.1
HexA77FC0185D232d5723
Octal24717714030135435512743
Binary101001111111111110001100010111011000111011011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F0C; }

 p { color: rgb(167,127,12); }

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

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

 a { background-color: rgb(167,127,12); }

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

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

 span { border-color: rgb(167,127,12); }

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