Shades of Zorba #9A928A
Tints of Zorba #9A928A
RGB
CMYK
RGB Variations
Color information
#9A928A (or 0x9A928A) is known color: Zorba. HEX triplet: 9A, 92 and 8A. RGB value is (154,146,138). Sum of RGB (Red+Green+Blue) = 154+146+138=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 154 - color contains mainly: red. Hex color #9A928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A928A is #656D75. Grayscale: #939393. Windows color (decimal): -6647158 or 9081498. OLE color: 9081498.
HSL color Cylindrical-coordinate representation of color #9A928A: hue angle of 30º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9A928A is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 146 | 138 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.40 |
| HSL | 30º | 0.07% | 0.57% | - |
| HSV(B) | 30º | 0.1% | 0.6% | - |
| XYZ | 28.19 | 29.26 | 28.21 | - |
| YUV | 147.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 146 | 138 | 0 | 0.05 | 0.10 | 0.40 | 30 | 0.07 | 0.57 |
| Hex | 9A | 92 | 8A | 0 | 5 | A | 28 | 1E | 7 | 39 |
| Octal | 232 | 222 | 212 | 0 | 5 | 12 | 50 | 36 | 7 | 71 |
| Binary | 10011010 | 10010010 | 10001010 | 0 | 101 | 1010 | 101000 | 11110 | 111 | 111001 |
Color Harmonies of #9A928A
Complementary color
Monochromatic Colors of #9A928A
Black with #9A928A
Text Example
Text Example
White with #9A928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A928A; }
p { color: rgb(154,146,138); }
H1.HeaderClassName
{
color: #9A928A;
}
.AnyTagClassName
{
color: #9A928A;
}
</style>
background-color css
<style>
a { background-color: #9A928A; }
a { background-color: rgb(154,146,138); }
div.DivClassName
{
background-color: #9A928A;
}
.BgClassName
{
background-color: #9A928A;
}
</style>
border-color css
<style>
span { border-color: #9A928A; }
span { border-color: rgb(154,146,138); }
td.TdClassName
{
border-color: #9A928A;
}
.TagClassName
{
border-color: #9A928A;
}
</style>