#A44537

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

Shades of Cognac #A44537

Tints of Cognac #A44537

Color information

#A44537 (or 0xA44537) is unknown color: approx Cognac. HEX triplet: A4, 45 and 37. RGB value is (164,69,55). Sum of RGB (Red+Green+Blue) = 164+69+55=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A44537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44537 is #5BBAC8. Grayscale: #5F5F5F. Windows color (decimal): -6011593 or 3622308. OLE color: 3622308.

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

Color convert

RGB1646955-
CMYK00.580.660.36
HSL7.71º49.77%42.94%-
HSV(B)7.71º66.46%64.31%-
XYZ18.1312.425.06-
YUV95.81104.97176.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.94%
GREEN value IS 69 (27.34% from 255) = 23.96%
BLUE value IS 55 (21.88% from 255) = 19.10%
R=56.94%
G=23.96%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164695500.580.660.367.7149.7742.94
HexA4453703A42248322b
Octal2441056707210244106253
Binary101001001000101110111011101010000101001001000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44537; }

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

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

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

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

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

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

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

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