#A44937

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

Shades of Cognac #A44937

Tints of Cognac #A44937

Color information

#A44937 (or 0xA44937) is unknown color: approx Cognac. HEX triplet: A4, 49 and 37. RGB value is (164,73,55). Sum of RGB (Red+Green+Blue) = 164+73+55=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A44937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44937 is #5BB6C8. Grayscale: #626262. Windows color (decimal): -6010569 or 3623332. OLE color: 3623332.

HSL color Cylindrical-coordinate representation of color #A44937: hue angle of 9.91º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A44937 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB1647355-
CMYK00.550.660.36
HSL9.91º49.77%42.94%-
HSV(B)9.91º66.46%64.31%-
XYZ18.3812.935.14-
YUV98.16103.65174.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.16%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 55 (21.88% from 255) = 18.84%
R=56.16%
G=25%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164735500.550.660.369.9149.7742.94
HexA449370374224a322b
Octal2441116706710244126253
Binary101001001001001110111011011110000101001001010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44937; }

 p { color: rgb(164,73,55); }

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

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

 a { background-color: rgb(164,73,55); }

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

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

 span { border-color: rgb(164,73,55); }

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