#A24239

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

Shades of Cognac #A24239

Tints of Cognac #A24239

Color information

#A24239 (or 0xA24239) is unknown color: approx Cognac. HEX triplet: A2, 42 and 39. RGB value is (162,66,57). Sum of RGB (Red+Green+Blue) = 162+66+57=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A24239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24239 is #5DBDC6. Grayscale: #5D5D5D. Windows color (decimal): -6143431 or 3752610. OLE color: 3752610.

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

Color convert

RGB1626657-
CMYK00.590.650.36
HSL5.14º47.95%42.94%-
HSV(B)5.14º64.81%63.53%-
XYZ17.5911.875.24-
YUV93.68107.3176.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.84%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 57 (22.66% from 255) = 20%
R=56.84%
G=23.16%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162665700.590.650.365.1447.9542.94
HexA2423903B41245302b
Octal242102710731014456053
Binary10100010100001011100101110111000001100100101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24239; }

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

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

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

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

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

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

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

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