#A04437

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

Shades of Cognac #A04437

Tints of Cognac #A04437

Color information

#A04437 (or 0xA04437) is unknown color: approx Cognac. HEX triplet: A0, 44 and 37. RGB value is (160,68,55). Sum of RGB (Red+Green+Blue) = 160+68+55=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A04437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04437 is #5FBBC8. Grayscale: #5E5E5E. Windows color (decimal): -6273993 or 3622048. OLE color: 3622048.

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

Color convert

RGB1606855-
CMYK00.570.660.37
HSL7.43º48.84%42.16%-
HSV(B)7.43º65.62%62.75%-
XYZ17.2511.885-
YUV94.03105.98175.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.54%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 55 (21.88% from 255) = 19.43%
R=56.54%
G=24.03%
B=19.43%

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
Decimal160685500.570.660.377.4348.8442.16
HexA0443703942257312a
Octal240104670711024576152
Binary10100000100010011011101110011000010100101111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04437; }

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

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

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

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

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

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

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

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