#a2493b

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

Shades of Cognac #A2493B

Tints of Cognac #A2493B

Color information

#A2493B (or 0xA2493B) is unknown color: approx Cognac. HEX triplet: A2, 49 and 3B. RGB value is (162,73,59). Sum of RGB (Red+Green+Blue) = 162+73+59=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A2493B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2493B is #5DB6C4. Grayscale: #626262. Windows color (decimal): -6141637 or 3885474. OLE color: 3885474.

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

Color convert

RGB1627359-
CMYK00.550.640.36
HSL8.16º46.61%43.33%-
HSV(B)8.16º63.58%63.53%-
XYZ18.0712.765.65-
YUV98.01105.99173.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.10%
GREEN value IS 73 (28.91% from 255) = 24.83%
BLUE value IS 59 (23.44% from 255) = 20.07%
R=55.10%
G=24.83%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162735900.550.640.368.1646.6143.33
HexA2493B037402482f2b
Octal2421117306710044105753
Binary101000101001001111011011011110000001001001000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2493b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2493b; }

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

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

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

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

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

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

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

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