Shades of Night Shadz #A84352
Tints of Night Shadz #A84352
RGB
CMYK
RGB Variations
Color information
#A84352 (or 0xA84352) is known color: Night Shadz. HEX triplet: A8, 43 and 52. RGB value is (168,67,82). Sum of RGB (Red+Green+Blue) = 168+67+82=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A84352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84352 is #57BCAD. Grayscale: #626262. Windows color (decimal): -5749934 or 5391272. OLE color: 5391272.
HSL color Cylindrical-coordinate representation of color #A84352: hue angle of 351.09º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84352 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 67 | 82 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.34 |
| HSL | 351.09º | 0.43% | 0.46% | - |
| HSV(B) | 351.09º | 0.6% | 0.66% | - |
| XYZ | 19.68 | 12.95 | 9.44 | - |
| YUV | 98.91 | 118.46 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 82 | 0 | 0.60 | 0.51 | 0.34 | 351.09 | 0.43 | 0.46 |
| Hex | A8 | 43 | 52 | 0 | 3C | 33 | 22 | 15F | 2B | 2E |
| Octal | 250 | 103 | 122 | 0 | 74 | 63 | 42 | 537 | 53 | 56 |
| Binary | 10101000 | 1000011 | 1010010 | 0 | 111100 | 110011 | 100010 | 101011111 | 101011 | 101110 |
Color Harmonies of #A84352
Complementary color
Monochromatic Colors of #A84352
Black with #A84352
Text Example
Text Example
White with #A84352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84352; }
p { color: rgb(168,67,82); }
H1.HeaderClassName
{
color: #A84352;
}
.AnyTagClassName
{
color: #A84352;
}
</style>
background-color css
<style>
a { background-color: #A84352; }
a { background-color: rgb(168,67,82); }
div.DivClassName
{
background-color: #A84352;
}
.BgClassName
{
background-color: #A84352;
}
</style>
border-color css
<style>
span { border-color: #A84352; }
span { border-color: rgb(168,67,82); }
td.TdClassName
{
border-color: #A84352;
}
.TagClassName
{
border-color: #A84352;
}
</style>