#A08100

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

Shades of Dark Goldenrod #A08100

Tints of Dark Goldenrod #A08100

Color information

#A08100 (or 0xA08100) is unknown color: approx Dark Goldenrod. HEX triplet: A0, 81 and 00. RGB value is (160,129,0). Sum of RGB (Red+Green+Blue) = 160+129+0=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A08100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08100 is #5F7EFF. Grayscale: #7C7C7C. Windows color (decimal): -6258432 or 33184. OLE color: 33184.

HSL color Cylindrical-coordinate representation of color #A08100: hue angle of 48.38º 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 #A08100 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB1601290-
CMYK00.1910.37
HSL48.38º100%31.37%-
HSV(B)48.38º100%62.75%-
XYZ22.3523.173.3-
YUV123.5658.27153.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.36%
GREEN value IS 129 (50.78% from 255) = 44.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.36%
G=44.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160129000.1910.3748.3810031.37
HexA0810013642530641f
Octal2402010023144456014437
Binary101000001000000100100111100100100101110000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08100; }

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

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

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

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

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

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

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

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