Html Css Color HEX #A77D0C Dark Goldenrod

📋 copy color: '#A77D0C'

red 167 ◦ green 125 ◦ blue 12

#A77D0C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #A77D0C

Tints of Dark Goldenrod #A77D0C

RGB

 RED value IS 167 (65.63% from 255) = 54.93%

 GREEN value IS 125 (49.22% from 255) = 41.12%

 BLUE value IS 12 (5.08% from 255) = 3.95%

R = 54.93%
G = 41.12%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A77D0C (or 0xA77D0C) is known color: Dark Goldenrod. HEX triplet: A7, 7D and 0C. RGB value is (167,125,12). Sum of RGB (Red+Green+Blue) = 167+125+12=304 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.93% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 167 - color contains mainly: red. Hex color #A77D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77D0C is #5882F3. Grayscale: #7D7D7D. Windows color (decimal): -5800692 or 818599. OLE color: 818599.

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

Color convert

RGB 167 125 12 -
CMYK 0 0.25 0.93 0.35
HSL 43.74º 0.87% 0.35% -
HSV(B) 43.74º 0.93% 0.65% -
XYZ 23.34 22.91 3.54 -
YUV 124.68 64.41 158.19 -
System Red Green Blue C M Y K H S L
Decimal 167 125 12 0 0.25 0.93 0.35 43.74 0.87 0.35
Hex A7 7D C 0 19 5D 23 2C 57 23
Octal 247 175 14 0 31 135 43 54 127 43
Binary 10100111 1111101 1100 0 11001 1011101 100011 101100 1010111 100011

Color Harmonies of #A77D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77D0C

Black with #A77D0C

Text Example


Text Example

White with #A77D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77D0C; }

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

 H1.HeaderClassName
 {
   color: #A77D0C;
 }
 .AnyTagClassName
 {
   color: #A77D0C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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