Shades of Ziggurat #84A0A3
Tints of Ziggurat #84A0A3
RGB
CMYK
RGB Variations
Color information
#84A0A3 (or 0x84A0A3) is known color: Ziggurat. HEX triplet: 84, A0 and A3. RGB value is (132,160,163). Sum of RGB (Red+Green+Blue) = 132+160+163=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 163 - color contains mainly: blue. Hex color #84A0A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A0A3 is #7B5F5C. Grayscale: #979797. Windows color (decimal): -8085341 or 10723460. OLE color: 10723460.
HSL color Cylindrical-coordinate representation of color #84A0A3: hue angle of 185.81º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84A0A3 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 160 | 163 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.36 |
| HSL | 185.81º | 0.14% | 0.58% | - |
| HSV(B) | 185.81º | 0.19% | 0.64% | - |
| XYZ | 28.7 | 32.69 | 39.45 | - |
| YUV | 151.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 163 | 0.19 | 0.02 | 0 | 0.36 | 185.81 | 0.14 | 0.58 |
| Hex | 84 | A0 | A3 | 13 | 2 | 0 | 24 | BA | E | 3A |
| Octal | 204 | 240 | 243 | 23 | 2 | 0 | 44 | 272 | 16 | 72 |
| Binary | 10000100 | 10100000 | 10100011 | 10011 | 10 | 0 | 100100 | 10111010 | 1110 | 111010 |
Color Harmonies of #84A0A3
Complementary color
Monochromatic Colors of #84A0A3
Black with #84A0A3
Text Example
Text Example
White with #84A0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A0A3; }
p { color: rgb(132,160,163); }
H1.HeaderClassName
{
color: #84A0A3;
}
.AnyTagClassName
{
color: #84A0A3;
}
</style>
background-color css
<style>
a { background-color: #84A0A3; }
a { background-color: rgb(132,160,163); }
div.DivClassName
{
background-color: #84A0A3;
}
.BgClassName
{
background-color: #84A0A3;
}
</style>
border-color css
<style>
span { border-color: #84A0A3; }
span { border-color: rgb(132,160,163); }
td.TdClassName
{
border-color: #84A0A3;
}
.TagClassName
{
border-color: #84A0A3;
}
</style>