#A04A37

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

Shades of Cognac #A04A37

Tints of Cognac #A04A37

Color information

#A04A37 (or 0xA04A37) is unknown color: approx Cognac. HEX triplet: A0, 4A and 37. RGB value is (160,74,55). Sum of RGB (Red+Green+Blue) = 160+74+55=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04A37 is #5FB5C8. Grayscale: #616161. Windows color (decimal): -6272457 or 3623584. OLE color: 3623584.

HSL color Cylindrical-coordinate representation of color #A04A37: hue angle of 10.86º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A04A37 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB1607455-
CMYK00.540.660.37
HSL10.86º48.84%42.16%-
HSV(B)10.86º65.62%62.75%-
XYZ17.6412.655.13-
YUV97.55103.99172.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.36%
GREEN value IS 74 (29.30% from 255) = 25.61%
BLUE value IS 55 (21.88% from 255) = 19.03%
R=55.36%
G=25.61%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160745500.540.660.3710.8648.8442.16
HexA04A370364225b312a
Octal2401126706610245136152
Binary101000001001010110111011011010000101001011011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04A37; }

 p { color: rgb(160,74,55); }

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

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

 a { background-color: rgb(160,74,55); }

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

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

 span { border-color: rgb(160,74,55); }

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