#a08000

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

Shades of Dark Goldenrod #A08000

Tints of Dark Goldenrod #A08000

Color information

#A08000 (or 0xA08000) is unknown color: approx Dark Goldenrod. HEX triplet: A0, 80 and 00. RGB value is (160,128,0). Sum of RGB (Red+Green+Blue) = 160+128+0=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A08000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08000 is #5F7FFF. Grayscale: #7B7B7B. Windows color (decimal): -6258688 or 32928. OLE color: 32928.

HSL color Cylindrical-coordinate representation of color #A08000: hue angle of 48º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A08000 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB1601280-
CMYK00.2010.37
HSL48º100%31.37%-
HSV(B)48º100%62.75%-
XYZ22.2222.913.25-
YUV122.9858.6154.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.56%
GREEN value IS 128 (50.39% from 255) = 44.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.56%
G=44.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160128000.2010.374810031.37
HexA0800014642530641f
Octal2402000024144456014437
Binary101000001000000000101001100100100101110000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a08000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a08000; }

 p { color: rgb(160,128,0); }

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

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

 a { background-color: rgb(160,128,0); }

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

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

 span { border-color: rgb(160,128,0); }

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