Shades of Ziggurat #83A2AA
Tints of Ziggurat #83A2AA
RGB
CMYK
RGB Variations
Color information
#83A2AA (or 0x83A2AA) is known color: Ziggurat. HEX triplet: 83, A2 and AA. RGB value is (131,162,170). Sum of RGB (Red+Green+Blue) = 131+162+170=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: blue. Hex color #83A2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A2AA is #7C5D55. Grayscale: #999999. Windows color (decimal): -8150358 or 11182723. OLE color: 11182723.
HSL color Cylindrical-coordinate representation of color #83A2AA: hue angle of 192.31º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #83A2AA is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 162 | 170 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.33 |
| HSL | 192.31º | 0.19% | 0.59% | - |
| HSV(B) | 192.31º | 0.23% | 0.67% | - |
| XYZ | 29.54 | 33.57 | 42.95 | - |
| YUV | 153.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 162 | 170 | 0.23 | 0.05 | 0 | 0.33 | 192.31 | 0.19 | 0.59 |
| Hex | 83 | A2 | AA | 17 | 5 | 0 | 21 | C0 | 13 | 3B |
| Octal | 203 | 242 | 252 | 27 | 5 | 0 | 41 | 300 | 23 | 73 |
| Binary | 10000011 | 10100010 | 10101010 | 10111 | 101 | 0 | 100001 | 11000000 | 10011 | 111011 |
Color Harmonies of #83A2AA
Complementary color
Monochromatic Colors of #83A2AA
Black with #83A2AA
Text Example
Text Example
White with #83A2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A2AA; }
p { color: rgb(131,162,170); }
H1.HeaderClassName
{
color: #83A2AA;
}
.AnyTagClassName
{
color: #83A2AA;
}
</style>
background-color css
<style>
a { background-color: #83A2AA; }
a { background-color: rgb(131,162,170); }
div.DivClassName
{
background-color: #83A2AA;
}
.BgClassName
{
background-color: #83A2AA;
}
</style>
border-color css
<style>
span { border-color: #83A2AA; }
span { border-color: rgb(131,162,170); }
td.TdClassName
{
border-color: #83A2AA;
}
.TagClassName
{
border-color: #83A2AA;
}
</style>