Shades of Night Shadz #A8334A
Tints of Night Shadz #A8334A
RGB
CMYK
RGB Variations
Color information
#A8334A (or 0xA8334A) is known color: Night Shadz. HEX triplet: A8, 33 and 4A. RGB value is (168,51,74). Sum of RGB (Red+Green+Blue) = 168+51+74=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A8334A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8334A is #57CCB5. Grayscale: #585858. Windows color (decimal): -5754038 or 4862888. OLE color: 4862888.
HSL color Cylindrical-coordinate representation of color #A8334A: hue angle of 348.21º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8334A is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 51 | 74 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.34 |
| HSL | 348.21º | 0.53% | 0.43% | - |
| HSV(B) | 348.21º | 0.7% | 0.66% | - |
| XYZ | 18.57 | 11.19 | 7.66 | - |
| YUV | 88.61 | 119.76 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 74 | 0 | 0.70 | 0.56 | 0.34 | 348.21 | 0.53 | 0.43 |
| Hex | A8 | 33 | 4A | 0 | 46 | 38 | 22 | 15C | 35 | 2B |
| Octal | 250 | 63 | 112 | 0 | 106 | 70 | 42 | 534 | 65 | 53 |
| Binary | 10101000 | 110011 | 1001010 | 0 | 1000110 | 111000 | 100010 | 101011100 | 110101 | 101011 |
Color Harmonies of #A8334A
Complementary color
Monochromatic Colors of #A8334A
Black with #A8334A
Text Example
Text Example
White with #A8334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8334A; }
p { color: rgb(168,51,74); }
H1.HeaderClassName
{
color: #A8334A;
}
.AnyTagClassName
{
color: #A8334A;
}
</style>
background-color css
<style>
a { background-color: #A8334A; }
a { background-color: rgb(168,51,74); }
div.DivClassName
{
background-color: #A8334A;
}
.BgClassName
{
background-color: #A8334A;
}
</style>
border-color css
<style>
span { border-color: #A8334A; }
span { border-color: rgb(168,51,74); }
td.TdClassName
{
border-color: #A8334A;
}
.TagClassName
{
border-color: #A8334A;
}
</style>