Shades of Ziggurat #92A6A8
Tints of Ziggurat #92A6A8
RGB
CMYK
RGB Variations
Color information
#92A6A8 (or 0x92A6A8) is known color: Ziggurat. HEX triplet: 92, A6 and A8. RGB value is (146,166,168). Sum of RGB (Red+Green+Blue) = 146+166+168=480 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.42% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 168 - color contains mainly: blue. Hex color #92A6A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A6A8 is #6D5957. Grayscale: #A0A0A0. Windows color (decimal): -7166296 or 11052690. OLE color: 11052690.
HSL color Cylindrical-coordinate representation of color #92A6A8: hue angle of 185.45º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #92A6A8 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 146 | 166 | 168 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.34 |
| HSL | 185.45º | 0.11% | 0.62% | - |
| HSV(B) | 185.45º | 0.13% | 0.66% | - |
| XYZ | 32.56 | 36.21 | 42.32 | - |
| YUV | 160.25 | 132.37 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 166 | 168 | 0.13 | 0.01 | 0 | 0.34 | 185.45 | 0.11 | 0.62 |
| Hex | 92 | A6 | A8 | D | 1 | 0 | 22 | B9 | B | 3E |
| Octal | 222 | 246 | 250 | 15 | 1 | 0 | 42 | 271 | 13 | 76 |
| Binary | 10010010 | 10100110 | 10101000 | 1101 | 1 | 0 | 100010 | 10111001 | 1011 | 111110 |
Color Harmonies of #92A6A8
Complementary color
Monochromatic Colors of #92A6A8
Black with #92A6A8
Text Example
Text Example
White with #92A6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A6A8; }
p { color: rgb(146,166,168); }
H1.HeaderClassName
{
color: #92A6A8;
}
.AnyTagClassName
{
color: #92A6A8;
}
</style>
background-color css
<style>
a { background-color: #92A6A8; }
a { background-color: rgb(146,166,168); }
div.DivClassName
{
background-color: #92A6A8;
}
.BgClassName
{
background-color: #92A6A8;
}
</style>
border-color css
<style>
span { border-color: #92A6A8; }
span { border-color: rgb(146,166,168); }
td.TdClassName
{
border-color: #92A6A8;
}
.TagClassName
{
border-color: #92A6A8;
}
</style>