Shades of Night Shadz #AF354D
Tints of Night Shadz #AF354D
RGB
CMYK
RGB Variations
Color information
#AF354D (or 0xAF354D) is known color: Night Shadz. HEX triplet: AF, 35 and 4D. RGB value is (175,53,77). Sum of RGB (Red+Green+Blue) = 175+53+77=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF354D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF354D is #50CAB2. Grayscale: #5C5C5C. Windows color (decimal): -5294771 or 5060015. OLE color: 5060015.
HSL color Cylindrical-coordinate representation of color #AF354D: hue angle of 348.2º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF354D is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 77 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.31 |
| HSL | 348.2º | 0.54% | 0.45% | - |
| HSV(B) | 348.2º | 0.7% | 0.69% | - |
| XYZ | 20.29 | 12.2 | 8.31 | - |
| YUV | 92.21 | 119.42 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 77 | 0 | 0.70 | 0.56 | 0.31 | 348.2 | 0.54 | 0.45 |
| Hex | AF | 35 | 4D | 0 | 46 | 38 | 1F | 15C | 36 | 2D |
| Octal | 257 | 65 | 115 | 0 | 106 | 70 | 37 | 534 | 66 | 55 |
| Binary | 10101111 | 110101 | 1001101 | 0 | 1000110 | 111000 | 11111 | 101011100 | 110110 | 101101 |
Color Harmonies of #AF354D
Complementary color
Monochromatic Colors of #AF354D
Black with #AF354D
Text Example
Text Example
White with #AF354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF354D; }
p { color: rgb(175,53,77); }
H1.HeaderClassName
{
color: #AF354D;
}
.AnyTagClassName
{
color: #AF354D;
}
</style>
background-color css
<style>
a { background-color: #AF354D; }
a { background-color: rgb(175,53,77); }
div.DivClassName
{
background-color: #AF354D;
}
.BgClassName
{
background-color: #AF354D;
}
</style>
border-color css
<style>
span { border-color: #AF354D; }
span { border-color: rgb(175,53,77); }
td.TdClassName
{
border-color: #AF354D;
}
.TagClassName
{
border-color: #AF354D;
}
</style>