Shades of Night Shadz #AA424B
Tints of Night Shadz #AA424B
RGB
CMYK
RGB Variations
Color information
#AA424B (or 0xAA424B) is known color: Night Shadz. HEX triplet: AA, 42 and 4B. RGB value is (170,66,75). Sum of RGB (Red+Green+Blue) = 170+66+75=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA424B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA424B is #55BDB4. Grayscale: #626262. Windows color (decimal): -5619125 or 4932266. OLE color: 4932266.
HSL color Cylindrical-coordinate representation of color #AA424B: hue angle of 354.81º 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 #AA424B is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 75 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.33 |
| HSL | 354.81º | 0.44% | 0.46% | - |
| HSV(B) | 354.81º | 0.61% | 0.67% | - |
| XYZ | 19.8 | 12.95 | 8.11 | - |
| YUV | 98.12 | 114.96 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 75 | 0 | 0.61 | 0.56 | 0.33 | 354.81 | 0.44 | 0.46 |
| Hex | AA | 42 | 4B | 0 | 3D | 38 | 21 | 163 | 2C | 2E |
| Octal | 252 | 102 | 113 | 0 | 75 | 70 | 41 | 543 | 54 | 56 |
| Binary | 10101010 | 1000010 | 1001011 | 0 | 111101 | 111000 | 100001 | 101100011 | 101100 | 101110 |
Color Harmonies of #AA424B
Complementary color
Monochromatic Colors of #AA424B
Black with #AA424B
Text Example
Text Example
White with #AA424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA424B; }
p { color: rgb(170,66,75); }
H1.HeaderClassName
{
color: #AA424B;
}
.AnyTagClassName
{
color: #AA424B;
}
</style>
background-color css
<style>
a { background-color: #AA424B; }
a { background-color: rgb(170,66,75); }
div.DivClassName
{
background-color: #AA424B;
}
.BgClassName
{
background-color: #AA424B;
}
</style>
border-color css
<style>
span { border-color: #AA424B; }
span { border-color: rgb(170,66,75); }
td.TdClassName
{
border-color: #AA424B;
}
.TagClassName
{
border-color: #AA424B;
}
</style>