Shades of Night Shadz #AF354E
Tints of Night Shadz #AF354E
RGB
CMYK
RGB Variations
Color information
#AF354E (or 0xAF354E) is known color: Night Shadz. HEX triplet: AF, 35 and 4E. RGB value is (175,53,78). Sum of RGB (Red+Green+Blue) = 175+53+78=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF354E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF354E is #50CAB1. Grayscale: #5C5C5C. Windows color (decimal): -5294770 or 5125551. OLE color: 5125551.
HSL color Cylindrical-coordinate representation of color #AF354E: hue angle of 347.7º 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 #AF354E is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 78 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.31 |
| HSL | 347.7º | 0.54% | 0.45% | - |
| HSV(B) | 347.7º | 0.7% | 0.69% | - |
| XYZ | 20.33 | 12.21 | 8.49 | - |
| YUV | 92.33 | 119.92 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 78 | 0 | 0.70 | 0.55 | 0.31 | 347.7 | 0.54 | 0.45 |
| Hex | AF | 35 | 4E | 0 | 46 | 37 | 1F | 15C | 36 | 2D |
| Octal | 257 | 65 | 116 | 0 | 106 | 67 | 37 | 534 | 66 | 55 |
| Binary | 10101111 | 110101 | 1001110 | 0 | 1000110 | 110111 | 11111 | 101011100 | 110110 | 101101 |
Color Harmonies of #AF354E
Complementary color
Monochromatic Colors of #AF354E
Black with #AF354E
Text Example
Text Example
White with #AF354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF354E; }
p { color: rgb(175,53,78); }
H1.HeaderClassName
{
color: #AF354E;
}
.AnyTagClassName
{
color: #AF354E;
}
</style>
background-color css
<style>
a { background-color: #AF354E; }
a { background-color: rgb(175,53,78); }
div.DivClassName
{
background-color: #AF354E;
}
.BgClassName
{
background-color: #AF354E;
}
</style>
border-color css
<style>
span { border-color: #AF354E; }
span { border-color: rgb(175,53,78); }
td.TdClassName
{
border-color: #AF354E;
}
.TagClassName
{
border-color: #AF354E;
}
</style>