#AA424D

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

Shades of Night Shadz #AA424D

Tints of Night Shadz #AA424D

Color information

#AA424D (or 0xAA424D) is unknown color: approx Night Shadz. HEX triplet: AA, 42 and 4D. RGB value is (170,66,77). Sum of RGB (Red+Green+Blue) = 170+66+77=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA424D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA424D is #55BDB2. Grayscale: #626262. Windows color (decimal): -5619123 or 5063338. OLE color: 5063338.

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

Color convert

RGB1706677-
CMYK00.610.550.33
HSL353.65º44.07%46.27%-
HSV(B)353.65º61.18%66.67%-
XYZ19.8712.988.48-
YUV98.35115.96179.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.31%
GREEN value IS 66 (26.17% from 255) = 21.09%
BLUE value IS 77 (30.47% from 255) = 24.60%
R=54.31%
G=21.09%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170667700.610.550.33353.6544.0746.27
HexAA424D03D37211622c2e
Octal25210211507567415425456
Binary10101010100001010011010111101110111100001101100010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA424D; }

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

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

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

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

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

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

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

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