Shades of Night Shadz #AA464A
Tints of Night Shadz #AA464A
RGB
CMYK
RGB Variations
Color information
#AA464A (or 0xAA464A) is known color: Night Shadz. HEX triplet: AA, 46 and 4A. RGB value is (170,70,74). Sum of RGB (Red+Green+Blue) = 170+70+74=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA464A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA464A is #55B9B5. Grayscale: #646464. Windows color (decimal): -5618102 or 4867754. OLE color: 4867754.
HSL color Cylindrical-coordinate representation of color #AA464A: hue angle of 357.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA464A is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 74 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.33 |
| HSL | 357.6º | 0.42% | 0.47% | - |
| HSV(B) | 357.6º | 0.59% | 0.67% | - |
| XYZ | 20 | 13.42 | 8.01 | - |
| YUV | 100.36 | 113.13 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 74 | 0 | 0.59 | 0.56 | 0.33 | 357.6 | 0.42 | 0.47 |
| Hex | AA | 46 | 4A | 0 | 3B | 38 | 21 | 166 | 2A | 2F |
| Octal | 252 | 106 | 112 | 0 | 73 | 70 | 41 | 546 | 52 | 57 |
| Binary | 10101010 | 1000110 | 1001010 | 0 | 111011 | 111000 | 100001 | 101100110 | 101010 | 101111 |
Color Harmonies of #AA464A
Complementary color
Monochromatic Colors of #AA464A
Black with #AA464A
Text Example
Text Example
White with #AA464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA464A; }
p { color: rgb(170,70,74); }
H1.HeaderClassName
{
color: #AA464A;
}
.AnyTagClassName
{
color: #AA464A;
}
</style>
background-color css
<style>
a { background-color: #AA464A; }
a { background-color: rgb(170,70,74); }
div.DivClassName
{
background-color: #AA464A;
}
.BgClassName
{
background-color: #AA464A;
}
</style>
border-color css
<style>
span { border-color: #AA464A; }
span { border-color: rgb(170,70,74); }
td.TdClassName
{
border-color: #AA464A;
}
.TagClassName
{
border-color: #AA464A;
}
</style>