#A07C04

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

Shades of Dark Goldenrod #A07C04

Tints of Dark Goldenrod #A07C04

Color information

#A07C04 (or 0xA07C04) is unknown color: approx Dark Goldenrod. HEX triplet: A0, 7C and 04. RGB value is (160,124,4). Sum of RGB (Red+Green+Blue) = 160+124+4=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07C04 is #5F83FB. Grayscale: #797979. Windows color (decimal): -6259708 or 294048. OLE color: 294048.

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

Color convert

RGB1601244-
CMYK00.220.980.37
HSL46.15º95.12%32.16%-
HSV(B)46.15º97.5%62.75%-
XYZ21.7321.93.2-
YUV121.0861.93155.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.56%
GREEN value IS 124 (48.83% from 255) = 43.06%
BLUE value IS 4 (1.95% from 255) = 1.39%
R=55.56%
G=43.06%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160124400.220.980.3746.1595.1232.16
HexA07C401662252e5f20
Octal2401744026142455613740
Binary10100000111110010001011011000101001011011101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07C04; }

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

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

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

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

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

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

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

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