#A24237

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

Shades of Cognac #A24237

Tints of Cognac #A24237

Color information

#A24237 (or 0xA24237) is unknown color: approx Cognac. HEX triplet: A2, 42 and 37. RGB value is (162,66,55). Sum of RGB (Red+Green+Blue) = 162+66+55=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A24237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24237 is #5DBDC8. Grayscale: #5D5D5D. Windows color (decimal): -6143433 or 3621538. OLE color: 3621538.

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

Color convert

RGB1626655-
CMYK00.590.660.36
HSL6.17º49.31%42.55%-
HSV(B)6.17º66.05%63.53%-
XYZ17.5411.854.98-
YUV93.45106.3176.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.24%
GREEN value IS 66 (26.17% from 255) = 23.32%
BLUE value IS 55 (21.88% from 255) = 19.43%
R=57.24%
G=23.32%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162665500.590.660.366.1749.3142.55
HexA2423703B42246312b
Octal242102670731024466153
Binary10100010100001011011101110111000010100100110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24237; }

 p { color: rgb(162,66,55); }

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

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

 a { background-color: rgb(162,66,55); }

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

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

 span { border-color: rgb(162,66,55); }

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