Shades of Night Shadz #AF4447
Tints of Night Shadz #AF4447
RGB
CMYK
RGB Variations
Color information
#AF4447 (or 0xAF4447) is known color: Night Shadz. HEX triplet: AF, 44 and 47. RGB value is (175,68,71). Sum of RGB (Red+Green+Blue) = 175+68+71=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4447 is #50BBB8. Grayscale: #646464. Windows color (decimal): -5290937 or 4670639. OLE color: 4670639.
HSL color Cylindrical-coordinate representation of color #AF4447: hue angle of 358.32º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF4447 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 71 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.31 |
| HSL | 358.32º | 0.44% | 0.48% | - |
| HSV(B) | 358.32º | 0.61% | 0.69% | - |
| XYZ | 20.88 | 13.7 | 7.51 | - |
| YUV | 100.34 | 111.45 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 71 | 0 | 0.61 | 0.59 | 0.31 | 358.32 | 0.44 | 0.48 |
| Hex | AF | 44 | 47 | 0 | 3D | 3B | 1F | 166 | 2C | 30 |
| Octal | 257 | 104 | 107 | 0 | 75 | 73 | 37 | 546 | 54 | 60 |
| Binary | 10101111 | 1000100 | 1000111 | 0 | 111101 | 111011 | 11111 | 101100110 | 101100 | 110000 |
Color Harmonies of #AF4447
Complementary color
Monochromatic Colors of #AF4447
Black with #AF4447
Text Example
Text Example
White with #AF4447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4447; }
p { color: rgb(175,68,71); }
H1.HeaderClassName
{
color: #AF4447;
}
.AnyTagClassName
{
color: #AF4447;
}
</style>
background-color css
<style>
a { background-color: #AF4447; }
a { background-color: rgb(175,68,71); }
div.DivClassName
{
background-color: #AF4447;
}
.BgClassName
{
background-color: #AF4447;
}
</style>
border-color css
<style>
span { border-color: #AF4447; }
span { border-color: rgb(175,68,71); }
td.TdClassName
{
border-color: #AF4447;
}
.TagClassName
{
border-color: #AF4447;
}
</style>