Shades of Night Shadz #AF4146
Tints of Night Shadz #AF4146
RGB
CMYK
RGB Variations
Color information
#AF4146 (or 0xAF4146) is known color: Night Shadz. HEX triplet: AF, 41 and 46. RGB value is (175,65,70). Sum of RGB (Red+Green+Blue) = 175+65+70=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4146 is #50BEB9. Grayscale: #626262. Windows color (decimal): -5291706 or 4604335. OLE color: 4604335.
HSL color Cylindrical-coordinate representation of color #AF4146: hue angle of 357.27º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4146 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 70 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.31 |
| HSL | 357.27º | 0.46% | 0.47% | - |
| HSV(B) | 357.27º | 0.63% | 0.69% | - |
| XYZ | 20.67 | 13.34 | 7.28 | - |
| YUV | 98.46 | 111.94 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 70 | 0 | 0.63 | 0.60 | 0.31 | 357.27 | 0.46 | 0.47 |
| Hex | AF | 41 | 46 | 0 | 3F | 3C | 1F | 165 | 2E | 2F |
| Octal | 257 | 101 | 106 | 0 | 77 | 74 | 37 | 545 | 56 | 57 |
| Binary | 10101111 | 1000001 | 1000110 | 0 | 111111 | 111100 | 11111 | 101100101 | 101110 | 101111 |
Color Harmonies of #AF4146
Complementary color
Monochromatic Colors of #AF4146
Black with #AF4146
Text Example
Text Example
White with #AF4146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4146; }
p { color: rgb(175,65,70); }
H1.HeaderClassName
{
color: #AF4146;
}
.AnyTagClassName
{
color: #AF4146;
}
</style>
background-color css
<style>
a { background-color: #AF4146; }
a { background-color: rgb(175,65,70); }
div.DivClassName
{
background-color: #AF4146;
}
.BgClassName
{
background-color: #AF4146;
}
</style>
border-color css
<style>
span { border-color: #AF4146; }
span { border-color: rgb(175,65,70); }
td.TdClassName
{
border-color: #AF4146;
}
.TagClassName
{
border-color: #AF4146;
}
</style>