#A78305

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

Shades of Dark Goldenrod #A78305

Tints of Dark Goldenrod #A78305

Color information

#A78305 (or 0xA78305) is unknown color: approx Dark Goldenrod. HEX triplet: A7, 83 and 05. RGB value is (167,131,5). Sum of RGB (Red+Green+Blue) = 167+131+5=303 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.12% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 167 - color contains mainly: red. Hex color #A78305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78305 is #587CFA. Grayscale: #7F7F7F. Windows color (decimal): -5799163 or 361383. OLE color: 361383.

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

Color convert

RGB1671315-
CMYK00.220.970.35
HSL46.67º94.19%33.73%-
HSV(B)46.67º97.01%65.49%-
XYZ24.0824.463.6-
YUV127.458.93156.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.12%
GREEN value IS 131 (51.56% from 255) = 43.23%
BLUE value IS 5 (2.34% from 255) = 1.65%
R=55.12%
G=43.23%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.97
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167131500.220.970.3546.6794.1933.73
HexA783501661232f5e22
Octal2472035026141435713642
Binary101001111000001110101011011000011000111011111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78305; }

 p { color: rgb(167,131,5); }

 H1.HeaderClassName
 {
   color: #A78305;
 }
 .AnyTagClassName
 {
   color: #A78305;
 }
</style>
background-color css

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

 a { background-color: rgb(167,131,5); }

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

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

 span { border-color: rgb(167,131,5); }

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