#A2494E

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

Shades of Night Shadz #A2494E

Tints of Night Shadz #A2494E

Color information

#A2494E (or 0xA2494E) is unknown color: approx Night Shadz. HEX triplet: A2, 49 and 4E. RGB value is (162,73,78). Sum of RGB (Red+Green+Blue) = 162+73+78=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A2494E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2494E is #5DB6B1. Grayscale: #646464. Windows color (decimal): -6141618 or 5130658. OLE color: 5130658.

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

Color convert

RGB1627378-
CMYK00.550.520.36
HSL356.63º37.87%46.08%-
HSV(B)356.63º54.94%63.53%-
XYZ18.66138.73-
YUV100.18115.49172.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.76%
GREEN value IS 73 (28.91% from 255) = 23.32%
BLUE value IS 78 (30.86% from 255) = 24.92%
R=51.76%
G=23.32%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162737800.550.520.36356.6337.8746.08
HexA2494E0373424165262e
Octal24211111606764445454656
Binary10100010100100110011100110111110100100100101100101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2494E; }

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

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

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

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

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

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

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

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