#A08D03

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

Shades of Dark Goldenrod #A08D03

Tints of Dark Goldenrod #A08D03

Color information

#A08D03 (or 0xA08D03) is unknown color: approx Dark Goldenrod. HEX triplet: A0, 8D and 03. RGB value is (160,141,3). Sum of RGB (Red+Green+Blue) = 160+141+3=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08D03 is #5F72FC. Grayscale: #838383. Windows color (decimal): -6255357 or 232864. OLE color: 232864.

HSL color Cylindrical-coordinate representation of color #A08D03: hue angle of 52.74º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A08D03 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB1601413-
CMYK00.120.980.37
HSL52.74º96.32%31.96%-
HSV(B)52.74º98.12%62.75%-
XYZ24.0426.533.94-
YUV130.9555.79148.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.63%
GREEN value IS 141 (55.47% from 255) = 46.38%
BLUE value IS 3 (1.56% from 255) = 0.99%
R=52.63%
G=46.38%
B=0.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160141300.120.980.3752.7496.3231.96
HexA08D30C6225356020
Octal2402153014142456514040
Binary1010000010001101110110011000101001011101011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08D03; }

 p { color: rgb(160,141,3); }

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

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

 a { background-color: rgb(160,141,3); }

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

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

 span { border-color: rgb(160,141,3); }

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