#A24939

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

Shades of Cognac #A24939

Tints of Cognac #A24939

Color information

#A24939 (or 0xA24939) is unknown color: approx Cognac. HEX triplet: A2, 49 and 39. RGB value is (162,73,57). Sum of RGB (Red+Green+Blue) = 162+73+57=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A24939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24939 is #5DB6C6. Grayscale: #616161. Windows color (decimal): -6141639 or 3754402. OLE color: 3754402.

HSL color Cylindrical-coordinate representation of color #A24939: hue angle of 9.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 #A24939 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB1627357-
CMYK00.550.650.36
HSL9.14º47.95%42.94%-
HSV(B)9.14º64.81%63.53%-
XYZ18.0212.745.38-
YUV97.79104.99173.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.48%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 57 (22.66% from 255) = 19.52%
R=55.48%
G=25%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162735700.550.650.369.1447.9542.94
HexA2493903741249302b
Octal2421117106710144116053
Binary101000101001001111001011011110000011001001001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24939; }

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

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

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

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

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

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

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

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