Shades of Night Shadz #A74352
Tints of Night Shadz #A74352
RGB
CMYK
RGB Variations
Color information
#A74352 (or 0xA74352) is known color: Night Shadz. HEX triplet: A7, 43 and 52. RGB value is (167,67,82). Sum of RGB (Red+Green+Blue) = 167+67+82=316 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.85% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 167 - color contains mainly: red. Hex color #A74352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74352 is #58BCAD. Grayscale: #626262. Windows color (decimal): -5815470 or 5391271. OLE color: 5391271.
HSL color Cylindrical-coordinate representation of color #A74352: hue angle of 351º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A74352 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 67 | 82 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.35 |
| HSL | 351º | 0.43% | 0.46% | - |
| HSV(B) | 351º | 0.6% | 0.65% | - |
| XYZ | 19.47 | 12.84 | 9.43 | - |
| YUV | 98.61 | 118.63 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 67 | 82 | 0 | 0.60 | 0.51 | 0.35 | 351 | 0.43 | 0.46 |
| Hex | A7 | 43 | 52 | 0 | 3C | 33 | 23 | 15F | 2B | 2E |
| Octal | 247 | 103 | 122 | 0 | 74 | 63 | 43 | 537 | 53 | 56 |
| Binary | 10100111 | 1000011 | 1010010 | 0 | 111100 | 110011 | 100011 | 101011111 | 101011 | 101110 |
Color Harmonies of #A74352
Complementary color
Monochromatic Colors of #A74352
Black with #A74352
Text Example
Text Example
White with #A74352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74352; }
p { color: rgb(167,67,82); }
H1.HeaderClassName
{
color: #A74352;
}
.AnyTagClassName
{
color: #A74352;
}
</style>
background-color css
<style>
a { background-color: #A74352; }
a { background-color: rgb(167,67,82); }
div.DivClassName
{
background-color: #A74352;
}
.BgClassName
{
background-color: #A74352;
}
</style>
border-color css
<style>
span { border-color: #A74352; }
span { border-color: rgb(167,67,82); }
td.TdClassName
{
border-color: #A74352;
}
.TagClassName
{
border-color: #A74352;
}
</style>