Shades of Night Shadz #A4484A
Tints of Night Shadz #A4484A
RGB
CMYK
RGB Variations
Color information
#A4484A (or 0xA4484A) is known color: Night Shadz. HEX triplet: A4, 48 and 4A. RGB value is (164,72,74). Sum of RGB (Red+Green+Blue) = 164+72+74=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A4484A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4484A is #5BB7B5. Grayscale: #636363. Windows color (decimal): -6010806 or 4868260. OLE color: 4868260.
HSL color Cylindrical-coordinate representation of color #A4484A: hue angle of 358.7º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A4484A is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 72 | 74 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.36 |
| HSL | 358.7º | 0.39% | 0.46% | - |
| HSV(B) | 358.7º | 0.56% | 0.64% | - |
| XYZ | 18.86 | 13.02 | 8 | - |
| YUV | 99.74 | 113.48 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 72 | 74 | 0 | 0.56 | 0.55 | 0.36 | 358.7 | 0.39 | 0.46 |
| Hex | A4 | 48 | 4A | 0 | 38 | 37 | 24 | 167 | 27 | 2E |
| Octal | 244 | 110 | 112 | 0 | 70 | 67 | 44 | 547 | 47 | 56 |
| Binary | 10100100 | 1001000 | 1001010 | 0 | 111000 | 110111 | 100100 | 101100111 | 100111 | 101110 |
Color Harmonies of #A4484A
Complementary color
Monochromatic Colors of #A4484A
Black with #A4484A
Text Example
Text Example
White with #A4484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4484A; }
p { color: rgb(164,72,74); }
H1.HeaderClassName
{
color: #A4484A;
}
.AnyTagClassName
{
color: #A4484A;
}
</style>
background-color css
<style>
a { background-color: #A4484A; }
a { background-color: rgb(164,72,74); }
div.DivClassName
{
background-color: #A4484A;
}
.BgClassName
{
background-color: #A4484A;
}
</style>
border-color css
<style>
span { border-color: #A4484A; }
span { border-color: rgb(164,72,74); }
td.TdClassName
{
border-color: #A4484A;
}
.TagClassName
{
border-color: #A4484A;
}
</style>