Shades of Ziggurat #83A3AB
Tints of Ziggurat #83A3AB
RGB
CMYK
RGB Variations
Color information
#83A3AB (or 0x83A3AB) is known color: Ziggurat. HEX triplet: 83, A3 and AB. RGB value is (131,163,171). Sum of RGB (Red+Green+Blue) = 131+163+171=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #83A3AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A3AB is #7C5C54. Grayscale: #9A9A9A. Windows color (decimal): -8150101 or 11248515. OLE color: 11248515.
HSL color Cylindrical-coordinate representation of color #83A3AB: hue angle of 192º 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 #83A3AB is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 163 | 171 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.33 |
| HSL | 192º | 0.19% | 0.59% | - |
| HSV(B) | 192º | 0.23% | 0.67% | - |
| XYZ | 29.81 | 33.96 | 43.51 | - |
| YUV | 154.34 | 137.4 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 163 | 171 | 0.23 | 0.05 | 0 | 0.33 | 192 | 0.19 | 0.59 |
| Hex | 83 | A3 | AB | 17 | 5 | 0 | 21 | C0 | 13 | 3B |
| Octal | 203 | 243 | 253 | 27 | 5 | 0 | 41 | 300 | 23 | 73 |
| Binary | 10000011 | 10100011 | 10101011 | 10111 | 101 | 0 | 100001 | 11000000 | 10011 | 111011 |
Color Harmonies of #83A3AB
Complementary color
Monochromatic Colors of #83A3AB
Black with #83A3AB
Text Example
Text Example
White with #83A3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A3AB; }
p { color: rgb(131,163,171); }
H1.HeaderClassName
{
color: #83A3AB;
}
.AnyTagClassName
{
color: #83A3AB;
}
</style>
background-color css
<style>
a { background-color: #83A3AB; }
a { background-color: rgb(131,163,171); }
div.DivClassName
{
background-color: #83A3AB;
}
.BgClassName
{
background-color: #83A3AB;
}
</style>
border-color css
<style>
span { border-color: #83A3AB; }
span { border-color: rgb(131,163,171); }
td.TdClassName
{
border-color: #83A3AB;
}
.TagClassName
{
border-color: #83A3AB;
}
</style>