Shades of Night Shadz #A5364A
Tints of Night Shadz #A5364A
RGB
CMYK
RGB Variations
Color information
#A5364A (or 0xA5364A) is known color: Night Shadz. HEX triplet: A5, 36 and 4A. RGB value is (165,54,74). Sum of RGB (Red+Green+Blue) = 165+54+74=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A5364A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5364A is #5AC9B5. Grayscale: #595959. Windows color (decimal): -5949878 or 4863653. OLE color: 4863653.
HSL color Cylindrical-coordinate representation of color #A5364A: hue angle of 349.19º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5364A is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 54 | 74 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.35 |
| HSL | 349.19º | 0.51% | 0.43% | - |
| HSV(B) | 349.19º | 0.67% | 0.65% | - |
| XYZ | 18.07 | 11.13 | 7.67 | - |
| YUV | 89.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 54 | 74 | 0 | 0.67 | 0.55 | 0.35 | 349.19 | 0.51 | 0.43 |
| Hex | A5 | 36 | 4A | 0 | 43 | 37 | 23 | 15D | 33 | 2B |
| Octal | 245 | 66 | 112 | 0 | 103 | 67 | 43 | 535 | 63 | 53 |
| Binary | 10100101 | 110110 | 1001010 | 0 | 1000011 | 110111 | 100011 | 101011101 | 110011 | 101011 |
Color Harmonies of #A5364A
Complementary color
Monochromatic Colors of #A5364A
Black with #A5364A
Text Example
Text Example
White with #A5364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5364A; }
p { color: rgb(165,54,74); }
H1.HeaderClassName
{
color: #A5364A;
}
.AnyTagClassName
{
color: #A5364A;
}
</style>
background-color css
<style>
a { background-color: #A5364A; }
a { background-color: rgb(165,54,74); }
div.DivClassName
{
background-color: #A5364A;
}
.BgClassName
{
background-color: #A5364A;
}
</style>
border-color css
<style>
span { border-color: #A5364A; }
span { border-color: rgb(165,54,74); }
td.TdClassName
{
border-color: #A5364A;
}
.TagClassName
{
border-color: #A5364A;
}
</style>