Html Css Color HEX #A78E0A Dark Goldenrod

📋 copy color: '#A78E0A'

red 167 ◦ green 142 ◦ blue 10

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

Shades of Dark Goldenrod #A78E0A

Tints of Dark Goldenrod #A78E0A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.51%

 BLUE value IS 10 (4.3% from 255) = 3.13%

R = 52.35%
G = 44.51%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A78E0A (or 0xA78E0A) is known color: Dark Goldenrod. HEX triplet: A7, 8E and 0A. RGB value is (167,142,10). Sum of RGB (Red+Green+Blue) = 167+142+10=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A78E0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78E0A is #5871F5. Grayscale: #868686. Windows color (decimal): -5796342 or 691879. OLE color: 691879.

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

Color convert

RGB 167 142 10 -
CMYK 0 0.15 0.94 0.35
HSL 50.45º 0.89% 0.35% -
HSV(B) 50.45º 0.94% 0.65% -
XYZ 25.66 27.58 4.26 -
YUV 134.43 57.78 151.23 -
System Red Green Blue C M Y K H S L
Decimal 167 142 10 0 0.15 0.94 0.35 50.45 0.89 0.35
Hex A7 8E A 0 F 5E 23 32 59 23
Octal 247 216 12 0 17 136 43 62 131 43
Binary 10100111 10001110 1010 0 1111 1011110 100011 110010 1011001 100011

Color Harmonies of #A78E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78E0A

Black with #A78E0A

Text Example


Text Example

White with #A78E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78E0A; }

 p { color: rgb(167,142,10); }

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

background-color css

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

 a { background-color: rgb(167,142,10); }

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

border-color css

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

 span { border-color: rgb(167,142,10); }

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