Shades of Zorba #A89F98
Tints of Zorba #A89F98
RGB
CMYK
RGB Variations
Color information
#A89F98 (or 0xA89F98) is known color: Zorba. HEX triplet: A8, 9F and 98. RGB value is (168,159,152). Sum of RGB (Red+Green+Blue) = 168+159+152=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89F98 is #576067. Grayscale: #A0A0A0. Windows color (decimal): -5726312 or 10002344. OLE color: 10002344.
HSL color Cylindrical-coordinate representation of color #A89F98: hue angle of 26.25º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A89F98 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 159 | 152 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.34 |
| HSL | 26.25º | 0.08% | 0.63% | - |
| HSV(B) | 26.25º | 0.1% | 0.66% | - |
| XYZ | 34.21 | 35.39 | 34.73 | - |
| YUV | 160.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 152 | 0 | 0.05 | 0.10 | 0.34 | 26.25 | 0.08 | 0.63 |
| Hex | A8 | 9F | 98 | 0 | 5 | A | 22 | 1A | 8 | 3F |
| Octal | 250 | 237 | 230 | 0 | 5 | 12 | 42 | 32 | 10 | 77 |
| Binary | 10101000 | 10011111 | 10011000 | 0 | 101 | 1010 | 100010 | 11010 | 1000 | 111111 |
Color Harmonies of #A89F98
Complementary color
Monochromatic Colors of #A89F98
Black with #A89F98
Text Example
Text Example
White with #A89F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89F98; }
p { color: rgb(168,159,152); }
H1.HeaderClassName
{
color: #A89F98;
}
.AnyTagClassName
{
color: #A89F98;
}
</style>
background-color css
<style>
a { background-color: #A89F98; }
a { background-color: rgb(168,159,152); }
div.DivClassName
{
background-color: #A89F98;
}
.BgClassName
{
background-color: #A89F98;
}
</style>
border-color css
<style>
span { border-color: #A89F98; }
span { border-color: rgb(168,159,152); }
td.TdClassName
{
border-color: #A89F98;
}
.TagClassName
{
border-color: #A89F98;
}
</style>