#AA4252

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

Shades of Night Shadz #AA4252

Tints of Night Shadz #AA4252

Color information

#AA4252 (or 0xAA4252) is unknown color: approx Night Shadz. HEX triplet: AA, 42 and 52. RGB value is (170,66,82). Sum of RGB (Red+Green+Blue) = 170+66+82=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4252 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4252 is #55BDAD. Grayscale: #626262. Windows color (decimal): -5619118 or 5391018. OLE color: 5391018.

HSL color Cylindrical-coordinate representation of color #AA4252: hue angle of 350.77º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4252 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB1706682-
CMYK00.610.520.33
HSL350.77º44.07%46.27%-
HSV(B)350.77º61.18%66.67%-
XYZ20.0513.059.45-
YUV98.92118.46178.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.46%
GREEN value IS 66 (26.17% from 255) = 20.75%
BLUE value IS 82 (32.42% from 255) = 25.79%
R=53.46%
G=20.75%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170668200.610.520.33350.7744.0746.27
HexAA425203D342115f2c2e
Octal25210212207564415375456
Binary10101010100001010100100111101110100100001101011111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4252; }

 p { color: rgb(170,66,82); }

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

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

 a { background-color: rgb(170,66,82); }

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

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

 span { border-color: rgb(170,66,82); }

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