#A77B00

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

Shades of Dark Goldenrod #A77B00

Tints of Dark Goldenrod #A77B00

Color information

#A77B00 (or 0xA77B00) is unknown color: approx Dark Goldenrod. HEX triplet: A7, 7B and 00. RGB value is (167,123,0). Sum of RGB (Red+Green+Blue) = 167+123+0=290 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.59% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 167 - color contains mainly: red. Hex color #A77B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77B00 is #5884FF. Grayscale: #7A7A7A. Windows color (decimal): -5801216 or 31655. OLE color: 31655.

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

Color convert

RGB1671230-
CMYK00.2610.35
HSL44.19º100%32.75%-
HSV(B)44.19º100%65.49%-
XYZ23.0222.383.11-
YUV122.1359.08160-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 57.59%
GREEN value IS 123 (48.44% from 255) = 42.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.59%
G=42.41%
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
Decimal167123000.2610.3544.1910032.75
HexA77B001A64232c6421
Octal2471730032144435414441
Binary101001111111011001101011001001000111011001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77B00; }

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

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

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

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

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

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

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

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