Shades of Night Shadz #AD434A
Tints of Night Shadz #AD434A
RGB
CMYK
RGB Variations
Color information
#AD434A (or 0xAD434A) is known color: Night Shadz. HEX triplet: AD, 43 and 4A. RGB value is (173,67,74). Sum of RGB (Red+Green+Blue) = 173+67+74=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD434A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD434A is #52BCB5. Grayscale: #636363. Windows color (decimal): -5422262 or 4866989. OLE color: 4866989.
HSL color Cylindrical-coordinate representation of color #AD434A: hue angle of 356.04º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD434A is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 74 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.32 |
| HSL | 356.04º | 0.44% | 0.47% | - |
| HSV(B) | 356.04º | 0.61% | 0.68% | - |
| XYZ | 20.48 | 13.39 | 7.98 | - |
| YUV | 99.49 | 113.62 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 74 | 0 | 0.61 | 0.57 | 0.32 | 356.04 | 0.44 | 0.47 |
| Hex | AD | 43 | 4A | 0 | 3D | 39 | 20 | 164 | 2C | 2F |
| Octal | 255 | 103 | 112 | 0 | 75 | 71 | 40 | 544 | 54 | 57 |
| Binary | 10101101 | 1000011 | 1001010 | 0 | 111101 | 111001 | 100000 | 101100100 | 101100 | 101111 |
Color Harmonies of #AD434A
Complementary color
Monochromatic Colors of #AD434A
Black with #AD434A
Text Example
Text Example
White with #AD434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD434A; }
p { color: rgb(173,67,74); }
H1.HeaderClassName
{
color: #AD434A;
}
.AnyTagClassName
{
color: #AD434A;
}
</style>
background-color css
<style>
a { background-color: #AD434A; }
a { background-color: rgb(173,67,74); }
div.DivClassName
{
background-color: #AD434A;
}
.BgClassName
{
background-color: #AD434A;
}
</style>
border-color css
<style>
span { border-color: #AD434A; }
span { border-color: rgb(173,67,74); }
td.TdClassName
{
border-color: #AD434A;
}
.TagClassName
{
border-color: #AD434A;
}
</style>