#A24036

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

Shades of Cognac #A24036

Tints of Cognac #A24036

Color information

#A24036 (or 0xA24036) is unknown color: approx Cognac. HEX triplet: A2, 40 and 36. RGB value is (162,64,54). Sum of RGB (Red+Green+Blue) = 162+64+54=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A24036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24036 is #5DBFC9. Grayscale: #5C5C5C. Windows color (decimal): -6143946 or 3555490. OLE color: 3555490.

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

Color convert

RGB1626454-
CMYK00.600.670.36
HSL5.56º50%42.35%-
HSV(B)5.56º66.67%63.53%-
XYZ17.411.614.81-
YUV92.16106.47177.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.86%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 54 (21.48% from 255) = 19.29%
R=57.86%
G=22.86%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162645400.600.670.365.565042.35
HexA2403603C43246322a
Octal242100660741034466252
Binary10100010100000011011001111001000011100100110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24036; }

 p { color: rgb(162,64,54); }

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

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

 a { background-color: rgb(162,64,54); }

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

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

 span { border-color: rgb(162,64,54); }

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