Shades of Ziggurat #83A6AA
Tints of Ziggurat #83A6AA
RGB
CMYK
RGB Variations
Color information
#83A6AA (or 0x83A6AA) is known color: Ziggurat. HEX triplet: 83, A6 and AA. RGB value is (131,166,170). Sum of RGB (Red+Green+Blue) = 131+166+170=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 170 - color contains mainly: blue. Hex color #83A6AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A6AA is #7C5955. Grayscale: #9B9B9B. Windows color (decimal): -8149334 or 11183747. OLE color: 11183747.
HSL color Cylindrical-coordinate representation of color #83A6AA: hue angle of 186.15º 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 #83A6AA is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 166 | 170 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.33 |
| HSL | 186.15º | 0.19% | 0.59% | - |
| HSV(B) | 186.15º | 0.23% | 0.67% | - |
| XYZ | 30.25 | 35 | 43.19 | - |
| YUV | 155.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 166 | 170 | 0.23 | 0.02 | 0 | 0.33 | 186.15 | 0.19 | 0.59 |
| Hex | 83 | A6 | AA | 17 | 2 | 0 | 21 | BA | 13 | 3B |
| Octal | 203 | 246 | 252 | 27 | 2 | 0 | 41 | 272 | 23 | 73 |
| Binary | 10000011 | 10100110 | 10101010 | 10111 | 10 | 0 | 100001 | 10111010 | 10011 | 111011 |
Color Harmonies of #83A6AA
Complementary color
Monochromatic Colors of #83A6AA
Black with #83A6AA
Text Example
Text Example
White with #83A6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A6AA; }
p { color: rgb(131,166,170); }
H1.HeaderClassName
{
color: #83A6AA;
}
.AnyTagClassName
{
color: #83A6AA;
}
</style>
background-color css
<style>
a { background-color: #83A6AA; }
a { background-color: rgb(131,166,170); }
div.DivClassName
{
background-color: #83A6AA;
}
.BgClassName
{
background-color: #83A6AA;
}
</style>
border-color css
<style>
span { border-color: #83A6AA; }
span { border-color: rgb(131,166,170); }
td.TdClassName
{
border-color: #83A6AA;
}
.TagClassName
{
border-color: #83A6AA;
}
</style>