#A08308

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

Shades of Dark Goldenrod #A08308

Tints of Dark Goldenrod #A08308

Color information

#A08308 (or 0xA08308) is unknown color: approx Dark Goldenrod. HEX triplet: A0, 83 and 08. RGB value is (160,131,8). Sum of RGB (Red+Green+Blue) = 160+131+8=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A08308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08308 is #5F7CF7. Grayscale: #7E7E7E. Windows color (decimal): -6257912 or 557984. OLE color: 557984.

HSL color Cylindrical-coordinate representation of color #A08308: hue angle of 48.55º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A08308 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB1601318-
CMYK00.180.950.37
HSL48.55º90.48%32.94%-
HSV(B)48.55º95%62.75%-
XYZ22.6623.723.61-
YUV125.6561.61152.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.51%
GREEN value IS 131 (51.56% from 255) = 43.81%
BLUE value IS 8 (3.52% from 255) = 2.68%
R=53.51%
G=43.81%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160131800.180.950.3748.5590.4832.94
HexA08380125F25315a21
Octal24020310022137456113241
Binary1010000010000011100001001010111111001011100011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08308; }

 p { color: rgb(160,131,8); }

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

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

 a { background-color: rgb(160,131,8); }

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

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

 span { border-color: rgb(160,131,8); }

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