Shades of Night Shadz #A4454A
Tints of Night Shadz #A4454A
RGB
CMYK
RGB Variations
Color information
#A4454A (or 0xA4454A) is known color: Night Shadz. HEX triplet: A4, 45 and 4A. RGB value is (164,69,74). Sum of RGB (Red+Green+Blue) = 164+69+74=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A4454A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4454A is #5BBAB5. Grayscale: #626262. Windows color (decimal): -6011574 or 4867492. OLE color: 4867492.
HSL color Cylindrical-coordinate representation of color #A4454A: hue angle of 356.84º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A4454A is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 69 | 74 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.36 |
| HSL | 356.84º | 0.41% | 0.46% | - |
| HSV(B) | 356.84º | 0.58% | 0.64% | - |
| XYZ | 18.67 | 12.64 | 7.93 | - |
| YUV | 97.98 | 114.47 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 69 | 74 | 0 | 0.58 | 0.55 | 0.36 | 356.84 | 0.41 | 0.46 |
| Hex | A4 | 45 | 4A | 0 | 3A | 37 | 24 | 165 | 29 | 2E |
| Octal | 244 | 105 | 112 | 0 | 72 | 67 | 44 | 545 | 51 | 56 |
| Binary | 10100100 | 1000101 | 1001010 | 0 | 111010 | 110111 | 100100 | 101100101 | 101001 | 101110 |
Color Harmonies of #A4454A
Complementary color
Monochromatic Colors of #A4454A
Black with #A4454A
Text Example
Text Example
White with #A4454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4454A; }
p { color: rgb(164,69,74); }
H1.HeaderClassName
{
color: #A4454A;
}
.AnyTagClassName
{
color: #A4454A;
}
</style>
background-color css
<style>
a { background-color: #A4454A; }
a { background-color: rgb(164,69,74); }
div.DivClassName
{
background-color: #A4454A;
}
.BgClassName
{
background-color: #A4454A;
}
</style>
border-color css
<style>
span { border-color: #A4454A; }
span { border-color: rgb(164,69,74); }
td.TdClassName
{
border-color: #A4454A;
}
.TagClassName
{
border-color: #A4454A;
}
</style>