Shades of Night Shadz #A5434A
Tints of Night Shadz #A5434A
RGB
CMYK
RGB Variations
Color information
#A5434A (or 0xA5434A) is known color: Night Shadz. HEX triplet: A5, 43 and 4A. RGB value is (165,67,74). Sum of RGB (Red+Green+Blue) = 165+67+74=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A5434A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5434A is #5ABCB5. Grayscale: #616161. Windows color (decimal): -5946550 or 4866981. OLE color: 4866981.
HSL color Cylindrical-coordinate representation of color #A5434A: hue angle of 355.71º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5434A is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 67 | 74 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.35 |
| HSL | 355.71º | 0.42% | 0.45% | - |
| HSV(B) | 355.71º | 0.59% | 0.65% | - |
| XYZ | 18.76 | 12.51 | 7.9 | - |
| YUV | 97.1 | 114.97 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 67 | 74 | 0 | 0.59 | 0.55 | 0.35 | 355.71 | 0.42 | 0.45 |
| Hex | A5 | 43 | 4A | 0 | 3B | 37 | 23 | 164 | 2A | 2D |
| Octal | 245 | 103 | 112 | 0 | 73 | 67 | 43 | 544 | 52 | 55 |
| Binary | 10100101 | 1000011 | 1001010 | 0 | 111011 | 110111 | 100011 | 101100100 | 101010 | 101101 |
Color Harmonies of #A5434A
Complementary color
Monochromatic Colors of #A5434A
Black with #A5434A
Text Example
Text Example
White with #A5434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5434A; }
p { color: rgb(165,67,74); }
H1.HeaderClassName
{
color: #A5434A;
}
.AnyTagClassName
{
color: #A5434A;
}
</style>
background-color css
<style>
a { background-color: #A5434A; }
a { background-color: rgb(165,67,74); }
div.DivClassName
{
background-color: #A5434A;
}
.BgClassName
{
background-color: #A5434A;
}
</style>
border-color css
<style>
span { border-color: #A5434A; }
span { border-color: rgb(165,67,74); }
td.TdClassName
{
border-color: #A5434A;
}
.TagClassName
{
border-color: #A5434A;
}
</style>