#A77F00

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

Shades of Dark Goldenrod #A77F00

Tints of Dark Goldenrod #A77F00

Color information

#A77F00 (or 0xA77F00) is unknown color: approx Dark Goldenrod. HEX triplet: A7, 7F and 00. RGB value is (167,127,0). Sum of RGB (Red+Green+Blue) = 167+127+0=294 (38% of max value = 765). Red value is 167 (65.62% from 255 or 56.80% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77F00 is #5880FF. Grayscale: #7D7D7D. Windows color (decimal): -5800192 or 32679. OLE color: 32679.

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

Color convert

RGB1671270-
CMYK00.2410.35
HSL45.63º100%32.75%-
HSV(B)45.63º100%65.49%-
XYZ23.5323.393.28-
YUV124.4857.75158.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.80%
GREEN value IS 127 (50% from 255) = 43.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.80%
G=43.20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167127000.2410.3545.6310032.75
HexA77F001864232e6421
Octal2471770030144435614441
Binary101001111111111001100011001001000111011101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F00; }

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

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

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

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

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

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

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

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