Shades of Ziggurat #83AAAA
Tints of Ziggurat #83AAAA
RGB
CMYK
RGB Variations
Color information
#83AAAA (or 0x83AAAA) is known color: Ziggurat. HEX triplet: 83, AA and AA. RGB value is (131,170,170). Sum of RGB (Red+Green+Blue) = 131+170+170=471 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.81% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #83AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83AAAA is #7C5555. Grayscale: #9E9E9E. Windows color (decimal): -8148310 or 11184771. OLE color: 11184771.
HSL color Cylindrical-coordinate representation of color #83AAAA: hue angle of 180º 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 #83AAAA is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 170 | 170 | - |
| CMYK | 0.23 | 0 | 0 | 0.33 |
| HSL | 180º | 0.19% | 0.59% | - |
| HSV(B) | 180º | 0.23% | 0.67% | - |
| XYZ | 30.99 | 36.48 | 43.44 | - |
| YUV | 158.34 | 134.58 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 170 | 170 | 0.23 | 0 | 0 | 0.33 | 180 | 0.19 | 0.59 |
| Hex | 83 | AA | AA | 17 | 0 | 0 | 21 | B4 | 13 | 3B |
| Octal | 203 | 252 | 252 | 27 | 0 | 0 | 41 | 264 | 23 | 73 |
| Binary | 10000011 | 10101010 | 10101010 | 10111 | 0 | 0 | 100001 | 10110100 | 10011 | 111011 |
Color Harmonies of #83AAAA
Complementary color
Monochromatic Colors of #83AAAA
Black with #83AAAA
Text Example
Text Example
White with #83AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AAAA; }
p { color: rgb(131,170,170); }
H1.HeaderClassName
{
color: #83AAAA;
}
.AnyTagClassName
{
color: #83AAAA;
}
</style>
background-color css
<style>
a { background-color: #83AAAA; }
a { background-color: rgb(131,170,170); }
div.DivClassName
{
background-color: #83AAAA;
}
.BgClassName
{
background-color: #83AAAA;
}
</style>
border-color css
<style>
span { border-color: #83AAAA; }
span { border-color: rgb(131,170,170); }
td.TdClassName
{
border-color: #83AAAA;
}
.TagClassName
{
border-color: #83AAAA;
}
</style>