#A24139

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

Shades of Cognac #A24139

Tints of Cognac #A24139

Color information

#A24139 (or 0xA24139) is unknown color: approx Cognac. HEX triplet: A2, 41 and 39. RGB value is (162,65,57). Sum of RGB (Red+Green+Blue) = 162+65+57=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A24139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24139 is #5DBEC6. Grayscale: #5D5D5D. Windows color (decimal): -6143687 or 3752354. OLE color: 3752354.

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

Color convert

RGB1626557-
CMYK00.600.650.36
HSL4.57º47.95%42.94%-
HSV(B)4.57º64.81%63.53%-
XYZ17.5311.765.22-
YUV93.09107.64177.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.04%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 57 (22.66% from 255) = 20.07%
R=57.04%
G=22.89%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162655700.600.650.364.5747.9542.94
HexA2413903C41245302b
Octal242101710741014456053
Binary10100010100000111100101111001000001100100101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24139; }

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

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

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

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

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

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

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

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