Html Css Color HEX #A78812 Dark Goldenrod

📋 copy color: '#A78812'

red 167 ◦ green 136 ◦ blue 18

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

Shades of Dark Goldenrod #A78812

Tints of Dark Goldenrod #A78812

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.37%

 BLUE value IS 18 (7.42% from 255) = 5.61%

R = 52.02%
G = 42.37%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A78812 (or 0xA78812) is known color: Dark Goldenrod. HEX triplet: A7, 88 and 12. RGB value is (167,136,18). Sum of RGB (Red+Green+Blue) = 167+136+18=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A78812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78812 is #5877ED. Grayscale: #848484. Windows color (decimal): -5797870 or 1214631. OLE color: 1214631.

HSL color Cylindrical-coordinate representation of color #A78812: hue angle of 47.52º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A78812 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 136 18 -
CMYK 0 0.19 0.89 0.35
HSL 47.52º 0.81% 0.36% -
HSV(B) 47.52º 0.89% 0.65% -
XYZ 24.85 25.87 4.26 -
YUV 131.82 63.77 153.09 -
System Red Green Blue C M Y K H S L
Decimal 167 136 18 0 0.19 0.89 0.35 47.52 0.81 0.36
Hex A7 88 12 0 13 59 23 30 51 24
Octal 247 210 22 0 23 131 43 60 121 44
Binary 10100111 10001000 10010 0 10011 1011001 100011 110000 1010001 100100

Color Harmonies of #A78812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78812

Black with #A78812

Text Example


Text Example

White with #A78812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78812; }

 p { color: rgb(167,136,18); }

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

background-color css

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

 a { background-color: rgb(167,136,18); }

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

border-color css

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

 span { border-color: rgb(167,136,18); }

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