#A77E0D

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

Shades of Dark Goldenrod #A77E0D

Tints of Dark Goldenrod #A77E0D

Color information

#A77E0D (or 0xA77E0D) is unknown color: approx Dark Goldenrod. HEX triplet: A7, 7E and 0D. RGB value is (167,126,13). Sum of RGB (Red+Green+Blue) = 167+126+13=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77E0D is #5881F2. Grayscale: #7D7D7D. Windows color (decimal): -5800435 or 884391. OLE color: 884391.

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

Color convert

RGB16712613-
CMYK00.250.920.35
HSL44.03º85.56%35.29%-
HSV(B)44.03º92.22%65.49%-
XYZ23.4723.173.62-
YUV125.3864.58157.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.58%
GREEN value IS 126 (49.61% from 255) = 41.18%
BLUE value IS 13 (5.47% from 255) = 4.25%
R=54.58%
G=41.18%
B=4.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671261300.250.920.3544.0385.5635.29
HexA77ED0195C232c5623
Octal24717615031134435412643
Binary101001111111110110101100110111001000111011001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77E0D; }

 p { color: rgb(167,126,13); }

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

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

 a { background-color: rgb(167,126,13); }

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

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

 span { border-color: rgb(167,126,13); }

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