#A2493C

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

Shades of Cognac #A2493C

Tints of Cognac #A2493C

Color information

#A2493C (or 0xA2493C) is unknown color: approx Cognac. HEX triplet: A2, 49 and 3C. RGB value is (162,73,60). Sum of RGB (Red+Green+Blue) = 162+73+60=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A2493C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2493C is #5DB6C3. Grayscale: #626262. Windows color (decimal): -6141636 or 3951010. OLE color: 3951010.

HSL color Cylindrical-coordinate representation of color #A2493C: hue angle of 7.65º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2493C is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB1627360-
CMYK00.550.630.36
HSL7.65º45.95%43.53%-
HSV(B)7.65º62.96%63.53%-
XYZ18.112.775.79-
YUV98.13106.49173.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.92%
GREEN value IS 73 (28.91% from 255) = 24.75%
BLUE value IS 60 (23.83% from 255) = 20.34%
R=54.92%
G=24.75%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162736000.550.630.367.6545.9543.53
HexA2493C0373F2482e2c
Octal242111740677744105654
Binary10100010100100111110001101111111111001001000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2493C; }

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

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

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

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

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

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

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

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