#A88205

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

Shades of Dark Goldenrod #A88205

Tints of Dark Goldenrod #A88205

Color information

#A88205 (or 0xA88205) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 82 and 05. RGB value is (168,130,5). Sum of RGB (Red+Green+Blue) = 168+130+5=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A88205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88205 is #577DFA. Grayscale: #7F7F7F. Windows color (decimal): -5733883 or 361128. OLE color: 361128.

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

Color convert

RGB1681305-
CMYK00.230.970.34
HSL46.01º94.22%33.92%-
HSV(B)46.01º97.02%65.88%-
XYZ24.1624.33.56-
YUV127.1159.09157.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.45%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 5 (2.34% from 255) = 1.65%
R=55.45%
G=42.90%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168130500.230.970.3446.0194.2233.92
HexA882501761222e5e22
Octal2502025027141425613642
Binary101010001000001010101011111000011000101011101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88205; }

 p { color: rgb(168,130,5); }

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

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

 a { background-color: rgb(168,130,5); }

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

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

 span { border-color: rgb(168,130,5); }

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