Shades of Ziggurat #81A7AD
Tints of Ziggurat #81A7AD
RGB
CMYK
RGB Variations
Color information
#81A7AD (or 0x81A7AD) is known color: Ziggurat. HEX triplet: 81, A7 and AD. RGB value is (129,167,173). Sum of RGB (Red+Green+Blue) = 129+167+173=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 173 - color contains mainly: blue. Hex color #81A7AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A7AD is #7E5852. Grayscale: #9C9C9C. Windows color (decimal): -8280147 or 11380609. OLE color: 11380609.
HSL color Cylindrical-coordinate representation of color #81A7AD: hue angle of 188.18º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81A7AD is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 167 | 173 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.32 |
| HSL | 188.18º | 0.21% | 0.59% | - |
| HSV(B) | 188.18º | 0.25% | 0.68% | - |
| XYZ | 30.41 | 35.32 | 44.75 | - |
| YUV | 156.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 167 | 173 | 0.25 | 0.03 | 0 | 0.32 | 188.18 | 0.21 | 0.59 |
| Hex | 81 | A7 | AD | 19 | 3 | 0 | 20 | BC | 15 | 3B |
| Octal | 201 | 247 | 255 | 31 | 3 | 0 | 40 | 274 | 25 | 73 |
| Binary | 10000001 | 10100111 | 10101101 | 11001 | 11 | 0 | 100000 | 10111100 | 10101 | 111011 |
Color Harmonies of #81A7AD
Complementary color
Monochromatic Colors of #81A7AD
Black with #81A7AD
Text Example
Text Example
White with #81A7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A7AD; }
p { color: rgb(129,167,173); }
H1.HeaderClassName
{
color: #81A7AD;
}
.AnyTagClassName
{
color: #81A7AD;
}
</style>
background-color css
<style>
a { background-color: #81A7AD; }
a { background-color: rgb(129,167,173); }
div.DivClassName
{
background-color: #81A7AD;
}
.BgClassName
{
background-color: #81A7AD;
}
</style>
border-color css
<style>
span { border-color: #81A7AD; }
span { border-color: rgb(129,167,173); }
td.TdClassName
{
border-color: #81A7AD;
}
.TagClassName
{
border-color: #81A7AD;
}
</style>