Shades of Ziggurat #84A8AF
Tints of Ziggurat #84A8AF
RGB
CMYK
RGB Variations
Color information
#84A8AF (or 0x84A8AF) is known color: Ziggurat. HEX triplet: 84, A8 and AF. RGB value is (132,168,175). Sum of RGB (Red+Green+Blue) = 132+168+175=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 175 - color contains mainly: blue. Hex color #84A8AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A8AF is #7B5750. Grayscale: #9D9D9D. Windows color (decimal): -8083281 or 11511940. OLE color: 11511940.
HSL color Cylindrical-coordinate representation of color #84A8AF: hue angle of 189.77º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84A8AF is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 168 | 175 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.31 |
| HSL | 189.77º | 0.21% | 0.6% | - |
| HSV(B) | 189.77º | 0.25% | 0.69% | - |
| XYZ | 31.26 | 36.01 | 45.86 | - |
| YUV | 158.03 | 137.57 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 175 | 0.25 | 0.04 | 0 | 0.31 | 189.77 | 0.21 | 0.6 |
| Hex | 84 | A8 | AF | 19 | 4 | 0 | 1F | BE | 15 | 3C |
| Octal | 204 | 250 | 257 | 31 | 4 | 0 | 37 | 276 | 25 | 74 |
| Binary | 10000100 | 10101000 | 10101111 | 11001 | 100 | 0 | 11111 | 10111110 | 10101 | 111100 |
Color Harmonies of #84A8AF
Complementary color
Monochromatic Colors of #84A8AF
Black with #84A8AF
Text Example
Text Example
White with #84A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A8AF; }
p { color: rgb(132,168,175); }
H1.HeaderClassName
{
color: #84A8AF;
}
.AnyTagClassName
{
color: #84A8AF;
}
</style>
background-color css
<style>
a { background-color: #84A8AF; }
a { background-color: rgb(132,168,175); }
div.DivClassName
{
background-color: #84A8AF;
}
.BgClassName
{
background-color: #84A8AF;
}
</style>
border-color css
<style>
span { border-color: #84A8AF; }
span { border-color: rgb(132,168,175); }
td.TdClassName
{
border-color: #84A8AF;
}
.TagClassName
{
border-color: #84A8AF;
}
</style>