#A24950

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

Shades of Night Shadz #A24950

Tints of Night Shadz #A24950

Color information

#A24950 (or 0xA24950) is unknown color: approx Night Shadz. HEX triplet: A2, 49 and 50. RGB value is (162,73,80). Sum of RGB (Red+Green+Blue) = 162+73+80=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A24950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24950 is #5DB6AF. Grayscale: #646464. Windows color (decimal): -6141616 or 5261730. OLE color: 5261730.

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

Color convert

RGB1627380-
CMYK00.550.510.36
HSL355.28º37.87%46.08%-
HSV(B)355.28º54.94%63.53%-
XYZ18.7313.039.12-
YUV100.41116.49171.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.43%
GREEN value IS 73 (28.91% from 255) = 23.17%
BLUE value IS 80 (31.64% from 255) = 25.40%
R=51.43%
G=23.17%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162738000.550.510.36355.2837.8746.08
HexA249500373324163262e
Octal24211112006763445434656
Binary10100010100100110100000110111110011100100101100011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24950; }

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

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

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

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

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

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

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

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