#A78E0A

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

Shades of Dark Goldenrod #A78E0A

Tints of Dark Goldenrod #A78E0A

Color information

#A78E0A (or 0xA78E0A) is unknown color: approx 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

RGB16714210-
CMYK00.150.940.35
HSL50.45º88.7%34.71%-
HSV(B)50.45º94.01%65.49%-
XYZ25.6627.584.26-
YUV134.4357.78151.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.35%
GREEN value IS 142 (55.86% from 255) = 44.51%
BLUE value IS 10 (4.30% from 255) = 3.13%
R=52.35%
G=44.51%
B=3.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671421000.150.940.3550.4588.734.71
HexA78EA0F5E23325923
Octal24721612017136436213143
Binary101001111000111010100111110111101000111100101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>