Shades of Night Shadz #AF424A
Tints of Night Shadz #AF424A
RGB
CMYK
RGB Variations
Color information
#AF424A (or 0xAF424A) is known color: Night Shadz. HEX triplet: AF, 42 and 4A. RGB value is (175,66,74). Sum of RGB (Red+Green+Blue) = 175+66+74=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF424A is #50BDB5. Grayscale: #636363. Windows color (decimal): -5291446 or 4866735. OLE color: 4866735.
HSL color Cylindrical-coordinate representation of color #AF424A: hue angle of 355.6º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF424A is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 74 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.31 |
| HSL | 355.6º | 0.45% | 0.47% | - |
| HSV(B) | 355.6º | 0.62% | 0.69% | - |
| XYZ | 20.86 | 13.5 | 7.99 | - |
| YUV | 99.5 | 113.61 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 74 | 0 | 0.62 | 0.58 | 0.31 | 355.6 | 0.45 | 0.47 |
| Hex | AF | 42 | 4A | 0 | 3E | 3A | 1F | 164 | 2D | 2F |
| Octal | 257 | 102 | 112 | 0 | 76 | 72 | 37 | 544 | 55 | 57 |
| Binary | 10101111 | 1000010 | 1001010 | 0 | 111110 | 111010 | 11111 | 101100100 | 101101 | 101111 |
Color Harmonies of #AF424A
Complementary color
Monochromatic Colors of #AF424A
Black with #AF424A
Text Example
Text Example
White with #AF424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF424A; }
p { color: rgb(175,66,74); }
H1.HeaderClassName
{
color: #AF424A;
}
.AnyTagClassName
{
color: #AF424A;
}
</style>
background-color css
<style>
a { background-color: #AF424A; }
a { background-color: rgb(175,66,74); }
div.DivClassName
{
background-color: #AF424A;
}
.BgClassName
{
background-color: #AF424A;
}
</style>
border-color css
<style>
span { border-color: #AF424A; }
span { border-color: rgb(175,66,74); }
td.TdClassName
{
border-color: #AF424A;
}
.TagClassName
{
border-color: #AF424A;
}
</style>