Shades of Night Shadz #AA4348
Tints of Night Shadz #AA4348
RGB
CMYK
RGB Variations
Color information
#AA4348 (or 0xAA4348) is known color: Night Shadz. HEX triplet: AA, 43 and 48. RGB value is (170,67,72). Sum of RGB (Red+Green+Blue) = 170+67+72=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4348 is #55BCB7. Grayscale: #626262. Windows color (decimal): -5618872 or 4735914. OLE color: 4735914.
HSL color Cylindrical-coordinate representation of color #AA4348: hue angle of 357.09º degrees, saturation: 0.43, 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 #AA4348 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 72 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.33 |
| HSL | 357.09º | 0.43% | 0.46% | - |
| HSV(B) | 357.09º | 0.61% | 0.67% | - |
| XYZ | 19.75 | 13.03 | 7.6 | - |
| YUV | 98.37 | 113.12 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 72 | 0 | 0.61 | 0.58 | 0.33 | 357.09 | 0.43 | 0.46 |
| Hex | AA | 43 | 48 | 0 | 3D | 3A | 21 | 165 | 2B | 2E |
| Octal | 252 | 103 | 110 | 0 | 75 | 72 | 41 | 545 | 53 | 56 |
| Binary | 10101010 | 1000011 | 1001000 | 0 | 111101 | 111010 | 100001 | 101100101 | 101011 | 101110 |
Color Harmonies of #AA4348
Complementary color
Monochromatic Colors of #AA4348
Black with #AA4348
Text Example
Text Example
White with #AA4348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4348; }
p { color: rgb(170,67,72); }
H1.HeaderClassName
{
color: #AA4348;
}
.AnyTagClassName
{
color: #AA4348;
}
</style>
background-color css
<style>
a { background-color: #AA4348; }
a { background-color: rgb(170,67,72); }
div.DivClassName
{
background-color: #AA4348;
}
.BgClassName
{
background-color: #AA4348;
}
</style>
border-color css
<style>
span { border-color: #AA4348; }
span { border-color: rgb(170,67,72); }
td.TdClassName
{
border-color: #AA4348;
}
.TagClassName
{
border-color: #AA4348;
}
</style>