#A04537

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

Shades of Cognac #A04537

Tints of Cognac #A04537

Color information

#A04537 (or 0xA04537) is unknown color: approx Cognac. HEX triplet: A0, 45 and 37. RGB value is (160,69,55). Sum of RGB (Red+Green+Blue) = 160+69+55=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A04537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04537 is #5FBAC8. Grayscale: #5E5E5E. Windows color (decimal): -6273737 or 3622304. OLE color: 3622304.

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

Color convert

RGB1606955-
CMYK00.570.660.37
HSL48.84%42.16%-
HSV(B)65.62%62.75%-
XYZ17.3112.015.02-
YUV94.61105.65174.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.34%
GREEN value IS 69 (27.34% from 255) = 24.30%
BLUE value IS 55 (21.88% from 255) = 19.37%
R=56.34%
G=24.30%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160695500.570.660.37848.8442.16
HexA0453703942258312a
Octal2401056707110245106152
Binary101000001000101110111011100110000101001011000110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04537; }

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

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

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

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

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

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

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

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