Shades of Night Shadz #AF4446
Tints of Night Shadz #AF4446
RGB
CMYK
RGB Variations
Color information
#AF4446 (or 0xAF4446) is known color: Night Shadz. HEX triplet: AF, 44 and 46. RGB value is (175,68,70). Sum of RGB (Red+Green+Blue) = 175+68+70=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4446 is #50BBB9. Grayscale: #646464. Windows color (decimal): -5290938 or 4605103. OLE color: 4605103.
HSL color Cylindrical-coordinate representation of color #AF4446: hue angle of 358.88º 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 #AF4446 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 70 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.31 |
| HSL | 358.88º | 0.44% | 0.48% | - |
| HSV(B) | 358.88º | 0.61% | 0.69% | - |
| XYZ | 20.85 | 13.69 | 7.34 | - |
| YUV | 100.22 | 110.95 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 70 | 0 | 0.61 | 0.60 | 0.31 | 358.88 | 0.44 | 0.48 |
| Hex | AF | 44 | 46 | 0 | 3D | 3C | 1F | 167 | 2C | 30 |
| Octal | 257 | 104 | 106 | 0 | 75 | 74 | 37 | 547 | 54 | 60 |
| Binary | 10101111 | 1000100 | 1000110 | 0 | 111101 | 111100 | 11111 | 101100111 | 101100 | 110000 |
Color Harmonies of #AF4446
Complementary color
Monochromatic Colors of #AF4446
Black with #AF4446
Text Example
Text Example
White with #AF4446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4446; }
p { color: rgb(175,68,70); }
H1.HeaderClassName
{
color: #AF4446;
}
.AnyTagClassName
{
color: #AF4446;
}
</style>
background-color css
<style>
a { background-color: #AF4446; }
a { background-color: rgb(175,68,70); }
div.DivClassName
{
background-color: #AF4446;
}
.BgClassName
{
background-color: #AF4446;
}
</style>
border-color css
<style>
span { border-color: #AF4446; }
span { border-color: rgb(175,68,70); }
td.TdClassName
{
border-color: #AF4446;
}
.TagClassName
{
border-color: #AF4446;
}
</style>