Shades of Ziggurat #83A6AB
Tints of Ziggurat #83A6AB
RGB
CMYK
RGB Variations
Color information
#83A6AB (or 0x83A6AB) is known color: Ziggurat. HEX triplet: 83, A6 and AB. RGB value is (131,166,171). Sum of RGB (Red+Green+Blue) = 131+166+171=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #83A6AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A6AB is #7C5954. Grayscale: #9C9C9C. Windows color (decimal): -8149333 or 11249283. OLE color: 11249283.
HSL color Cylindrical-coordinate representation of color #83A6AB: hue angle of 187.5º 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 #83A6AB is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 166 | 171 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.33 |
| HSL | 187.5º | 0.19% | 0.59% | - |
| HSV(B) | 187.5º | 0.23% | 0.67% | - |
| XYZ | 30.35 | 35.04 | 43.69 | - |
| YUV | 156.11 | 136.4 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 166 | 171 | 0.23 | 0.03 | 0 | 0.33 | 187.5 | 0.19 | 0.59 |
| Hex | 83 | A6 | AB | 17 | 3 | 0 | 21 | BC | 13 | 3B |
| Octal | 203 | 246 | 253 | 27 | 3 | 0 | 41 | 274 | 23 | 73 |
| Binary | 10000011 | 10100110 | 10101011 | 10111 | 11 | 0 | 100001 | 10111100 | 10011 | 111011 |
Color Harmonies of #83A6AB
Complementary color
Monochromatic Colors of #83A6AB
Black with #83A6AB
Text Example
Text Example
White with #83A6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A6AB; }
p { color: rgb(131,166,171); }
H1.HeaderClassName
{
color: #83A6AB;
}
.AnyTagClassName
{
color: #83A6AB;
}
</style>
background-color css
<style>
a { background-color: #83A6AB; }
a { background-color: rgb(131,166,171); }
div.DivClassName
{
background-color: #83A6AB;
}
.BgClassName
{
background-color: #83A6AB;
}
</style>
border-color css
<style>
span { border-color: #83A6AB; }
span { border-color: rgb(131,166,171); }
td.TdClassName
{
border-color: #83A6AB;
}
.TagClassName
{
border-color: #83A6AB;
}
</style>