Html Css Color HEX #A78110 Dark Goldenrod

📋 copy color: '#A78110'

red 167 ◦ green 129 ◦ blue 16

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

Shades of Dark Goldenrod #A78110

Tints of Dark Goldenrod #A78110

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.35%

 BLUE value IS 16 (6.64% from 255) = 5.13%

R = 53.53%
G = 41.35%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A78110 (or 0xA78110) is known color: Dark Goldenrod. HEX triplet: A7, 81 and 10. RGB value is (167,129,16). Sum of RGB (Red+Green+Blue) = 167+129+16=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A78110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78110 is #587EEF. Grayscale: #7F7F7F. Windows color (decimal): -5799664 or 1081767. OLE color: 1081767.

HSL color Cylindrical-coordinate representation of color #A78110: hue angle of 44.9º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A78110 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 129 16 -
CMYK 0 0.23 0.90 0.35
HSL 44.9º 0.83% 0.36% -
HSV(B) 44.9º 0.9% 0.65% -
XYZ 23.88 23.95 3.86 -
YUV 127.48 65.09 156.19 -
System Red Green Blue C M Y K H S L
Decimal 167 129 16 0 0.23 0.90 0.35 44.9 0.83 0.36
Hex A7 81 10 0 17 5A 23 2D 53 24
Octal 247 201 20 0 27 132 43 55 123 44
Binary 10100111 10000001 10000 0 10111 1011010 100011 101101 1010011 100100

Color Harmonies of #A78110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78110

Black with #A78110

Text Example


Text Example

White with #A78110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78110; }

 p { color: rgb(167,129,16); }

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

background-color css

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

 a { background-color: rgb(167,129,16); }

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

border-color css

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

 span { border-color: rgb(167,129,16); }

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