#A24236

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

Shades of Cognac #A24236

Tints of Cognac #A24236

Color information

#A24236 (or 0xA24236) is unknown color: approx Cognac. HEX triplet: A2, 42 and 36. RGB value is (162,66,54). Sum of RGB (Red+Green+Blue) = 162+66+54=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A24236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24236 is #5DBDC9. Grayscale: #5D5D5D. Windows color (decimal): -6143434 or 3556002. OLE color: 3556002.

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

Color convert

RGB1626654-
CMYK00.590.670.36
HSL6.67º50%42.35%-
HSV(B)6.67º66.67%63.53%-
XYZ17.5111.844.85-
YUV93.34105.8176.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.45%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 54 (21.48% from 255) = 19.15%
R=57.45%
G=23.40%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162665400.590.670.366.675042.35
HexA2423603B43247322a
Octal242102660731034476252
Binary10100010100001011011001110111000011100100111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24236; }

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

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

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

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

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

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

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

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