Shades of Night Shadz #AF4346
Tints of Night Shadz #AF4346
RGB
CMYK
RGB Variations
Color information
#AF4346 (or 0xAF4346) is known color: Night Shadz. HEX triplet: AF, 43 and 46. RGB value is (175,67,70). Sum of RGB (Red+Green+Blue) = 175+67+70=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4346 is #50BCB9. Grayscale: #636363. Windows color (decimal): -5291194 or 4604847. OLE color: 4604847.
HSL color Cylindrical-coordinate representation of color #AF4346: hue angle of 358.33º 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 #AF4346 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 70 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.31 |
| HSL | 358.33º | 0.45% | 0.47% | - |
| HSV(B) | 358.33º | 0.62% | 0.69% | - |
| XYZ | 20.79 | 13.57 | 7.32 | - |
| YUV | 99.63 | 111.28 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 70 | 0 | 0.62 | 0.60 | 0.31 | 358.33 | 0.45 | 0.47 |
| Hex | AF | 43 | 46 | 0 | 3E | 3C | 1F | 166 | 2D | 2F |
| Octal | 257 | 103 | 106 | 0 | 76 | 74 | 37 | 546 | 55 | 57 |
| Binary | 10101111 | 1000011 | 1000110 | 0 | 111110 | 111100 | 11111 | 101100110 | 101101 | 101111 |
Color Harmonies of #AF4346
Complementary color
Monochromatic Colors of #AF4346
Black with #AF4346
Text Example
Text Example
White with #AF4346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4346; }
p { color: rgb(175,67,70); }
H1.HeaderClassName
{
color: #AF4346;
}
.AnyTagClassName
{
color: #AF4346;
}
</style>
background-color css
<style>
a { background-color: #AF4346; }
a { background-color: rgb(175,67,70); }
div.DivClassName
{
background-color: #AF4346;
}
.BgClassName
{
background-color: #AF4346;
}
</style>
border-color css
<style>
span { border-color: #AF4346; }
span { border-color: rgb(175,67,70); }
td.TdClassName
{
border-color: #AF4346;
}
.TagClassName
{
border-color: #AF4346;
}
</style>