#a08c04

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

Shades of Dark Goldenrod #A08C04

Tints of Dark Goldenrod #A08C04

Color information

#A08C04 (or 0xA08C04) is unknown color: approx Dark Goldenrod. HEX triplet: A0, 8C and 04. RGB value is (160,140,4). Sum of RGB (Red+Green+Blue) = 160+140+4=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08C04 is #5F73FB. Grayscale: #838383. Windows color (decimal): -6255612 or 298144. OLE color: 298144.

HSL color Cylindrical-coordinate representation of color #A08C04: hue angle of 52.31º degrees, saturation: 0.95, 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 #A08C04 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB1601404-
CMYK00.120.980.37
HSL52.31º95.12%32.16%-
HSV(B)52.31º97.5%62.75%-
XYZ23.926.243.92-
YUV130.4856.63149.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.63%
GREEN value IS 140 (55.08% from 255) = 46.05%
BLUE value IS 4 (1.95% from 255) = 1.32%
R=52.63%
G=46.05%
B=1.32%

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
Decimal160140400.120.980.3752.3195.1232.16
HexA08C40C6225345f20
Octal2402144014142456413740
Binary10100000100011001000110011000101001011101001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a08c04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a08c04; }

 p { color: rgb(160,140,4); }

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

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

 a { background-color: rgb(160,140,4); }

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

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

 span { border-color: rgb(160,140,4); }

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