Shades of Night Shadz #A4395A
Tints of Night Shadz #A4395A
RGB
CMYK
RGB Variations
Color information
#A4395A (or 0xA4395A) is known color: Night Shadz. HEX triplet: A4, 39 and 5A. RGB value is (164,57,90). Sum of RGB (Red+Green+Blue) = 164+57+90=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A4395A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4395A is #5BC6A5. Grayscale: #5C5C5C. Windows color (decimal): -6014630 or 5912996. OLE color: 5912996.
HSL color Cylindrical-coordinate representation of color #A4395A: hue angle of 341.5º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A4395A is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 57 | 90 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.36 |
| HSL | 341.5º | 0.48% | 0.43% | - |
| HSV(B) | 341.5º | 0.65% | 0.64% | - |
| XYZ | 18.62 | 11.56 | 10.92 | - |
| YUV | 92.76 | 126.45 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 57 | 90 | 0 | 0.65 | 0.45 | 0.36 | 341.5 | 0.48 | 0.43 |
| Hex | A4 | 39 | 5A | 0 | 41 | 2D | 24 | 155 | 30 | 2B |
| Octal | 244 | 71 | 132 | 0 | 101 | 55 | 44 | 525 | 60 | 53 |
| Binary | 10100100 | 111001 | 1011010 | 0 | 1000001 | 101101 | 100100 | 101010101 | 110000 | 101011 |
Color Harmonies of #A4395A
Complementary color
Monochromatic Colors of #A4395A
Black with #A4395A
Text Example
Text Example
White with #A4395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4395A; }
p { color: rgb(164,57,90); }
H1.HeaderClassName
{
color: #A4395A;
}
.AnyTagClassName
{
color: #A4395A;
}
</style>
background-color css
<style>
a { background-color: #A4395A; }
a { background-color: rgb(164,57,90); }
div.DivClassName
{
background-color: #A4395A;
}
.BgClassName
{
background-color: #A4395A;
}
</style>
border-color css
<style>
span { border-color: #A4395A; }
span { border-color: rgb(164,57,90); }
td.TdClassName
{
border-color: #A4395A;
}
.TagClassName
{
border-color: #A4395A;
}
</style>