Shades of Night Shadz #AB434C
Tints of Night Shadz #AB434C
RGB
CMYK
RGB Variations
Color information
#AB434C (or 0xAB434C) is known color: Night Shadz. HEX triplet: AB, 43 and 4C. RGB value is (171,67,76). Sum of RGB (Red+Green+Blue) = 171+67+76=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB434C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB434C is #54BCB3. Grayscale: #636363. Windows color (decimal): -5553332 or 4998059. OLE color: 4998059.
HSL color Cylindrical-coordinate representation of color #AB434C: hue angle of 354.81º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB434C is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 67 | 76 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.33 |
| HSL | 354.81º | 0.44% | 0.47% | - |
| HSV(B) | 354.81º | 0.61% | 0.67% | - |
| XYZ | 20.11 | 13.19 | 8.32 | - |
| YUV | 99.12 | 114.96 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 76 | 0 | 0.61 | 0.56 | 0.33 | 354.81 | 0.44 | 0.47 |
| Hex | AB | 43 | 4C | 0 | 3D | 38 | 21 | 163 | 2C | 2F |
| Octal | 253 | 103 | 114 | 0 | 75 | 70 | 41 | 543 | 54 | 57 |
| Binary | 10101011 | 1000011 | 1001100 | 0 | 111101 | 111000 | 100001 | 101100011 | 101100 | 101111 |
Color Harmonies of #AB434C
Complementary color
Monochromatic Colors of #AB434C
Black with #AB434C
Text Example
Text Example
White with #AB434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB434C; }
p { color: rgb(171,67,76); }
H1.HeaderClassName
{
color: #AB434C;
}
.AnyTagClassName
{
color: #AB434C;
}
</style>
background-color css
<style>
a { background-color: #AB434C; }
a { background-color: rgb(171,67,76); }
div.DivClassName
{
background-color: #AB434C;
}
.BgClassName
{
background-color: #AB434C;
}
</style>
border-color css
<style>
span { border-color: #AB434C; }
span { border-color: rgb(171,67,76); }
td.TdClassName
{
border-color: #AB434C;
}
.TagClassName
{
border-color: #AB434C;
}
</style>