#A88305

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

Shades of Dark Goldenrod #A88305

Tints of Dark Goldenrod #A88305

Color information

#A88305 (or 0xA88305) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 83 and 05. RGB value is (168,131,5). Sum of RGB (Red+Green+Blue) = 168+131+5=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A88305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88305 is #577CFA. Grayscale: #808080. Windows color (decimal): -5733627 or 361384. OLE color: 361384.

HSL color Cylindrical-coordinate representation of color #A88305: hue angle of 46.38º 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 #A88305 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB1681315-
CMYK00.220.970.34
HSL46.38º94.22%33.92%-
HSV(B)46.38º97.02%65.88%-
XYZ24.2924.573.61-
YUV127.758.76156.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.26%
GREEN value IS 131 (51.56% from 255) = 43.09%
BLUE value IS 5 (2.34% from 255) = 1.64%
R=55.26%
G=43.09%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168131500.220.970.3446.3894.2233.92
HexA883501661222e5e22
Octal2502035026141425613642
Binary101010001000001110101011011000011000101011101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88305; }

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

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

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

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

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

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

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

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