Shades of Night Shadz #A5484A
Tints of Night Shadz #A5484A
RGB
CMYK
RGB Variations
Color information
#A5484A (or 0xA5484A) is known color: Night Shadz. HEX triplet: A5, 48 and 4A. RGB value is (165,72,74). Sum of RGB (Red+Green+Blue) = 165+72+74=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A5484A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5484A is #5AB7B5. Grayscale: #646464. Windows color (decimal): -5945270 or 4868261. OLE color: 4868261.
HSL color Cylindrical-coordinate representation of color #A5484A: hue angle of 358.71º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5484A is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 72 | 74 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.35 |
| HSL | 358.71º | 0.39% | 0.46% | - |
| HSV(B) | 358.71º | 0.56% | 0.65% | - |
| XYZ | 19.07 | 13.13 | 8.01 | - |
| YUV | 100.04 | 113.31 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 72 | 74 | 0 | 0.56 | 0.55 | 0.35 | 358.71 | 0.39 | 0.46 |
| Hex | A5 | 48 | 4A | 0 | 38 | 37 | 23 | 167 | 27 | 2E |
| Octal | 245 | 110 | 112 | 0 | 70 | 67 | 43 | 547 | 47 | 56 |
| Binary | 10100101 | 1001000 | 1001010 | 0 | 111000 | 110111 | 100011 | 101100111 | 100111 | 101110 |
Color Harmonies of #A5484A
Complementary color
Monochromatic Colors of #A5484A
Black with #A5484A
Text Example
Text Example
White with #A5484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5484A; }
p { color: rgb(165,72,74); }
H1.HeaderClassName
{
color: #A5484A;
}
.AnyTagClassName
{
color: #A5484A;
}
</style>
background-color css
<style>
a { background-color: #A5484A; }
a { background-color: rgb(165,72,74); }
div.DivClassName
{
background-color: #A5484A;
}
.BgClassName
{
background-color: #A5484A;
}
</style>
border-color css
<style>
span { border-color: #A5484A; }
span { border-color: rgb(165,72,74); }
td.TdClassName
{
border-color: #A5484A;
}
.TagClassName
{
border-color: #A5484A;
}
</style>