Shades of Zorba #A1998F
Tints of Zorba #A1998F
RGB
CMYK
RGB Variations
Color information
#A1998F (or 0xA1998F) is known color: Zorba. HEX triplet: A1, 99 and 8F. RGB value is (161,153,143). Sum of RGB (Red+Green+Blue) = 161+153+143=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 161 - color contains mainly: red. Hex color #A1998F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1998F is #5E6670. Grayscale: #9A9A9A. Windows color (decimal): -6186609 or 9410977. OLE color: 9410977.
HSL color Cylindrical-coordinate representation of color #A1998F: hue angle of 33.33º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1998F is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 143 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.37 |
| HSL | 33.33º | 0.09% | 0.6% | - |
| HSV(B) | 33.33º | 0.11% | 0.63% | - |
| XYZ | 31.05 | 32.34 | 30.59 | - |
| YUV | 154.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 143 | 0 | 0.05 | 0.11 | 0.37 | 33.33 | 0.09 | 0.6 |
| Hex | A1 | 99 | 8F | 0 | 5 | B | 25 | 21 | 9 | 3C |
| Octal | 241 | 231 | 217 | 0 | 5 | 13 | 45 | 41 | 11 | 74 |
| Binary | 10100001 | 10011001 | 10001111 | 0 | 101 | 1011 | 100101 | 100001 | 1001 | 111100 |
Color Harmonies of #A1998F
Complementary color
Monochromatic Colors of #A1998F
Black with #A1998F
Text Example
Text Example
White with #A1998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1998F; }
p { color: rgb(161,153,143); }
H1.HeaderClassName
{
color: #A1998F;
}
.AnyTagClassName
{
color: #A1998F;
}
</style>
background-color css
<style>
a { background-color: #A1998F; }
a { background-color: rgb(161,153,143); }
div.DivClassName
{
background-color: #A1998F;
}
.BgClassName
{
background-color: #A1998F;
}
</style>
border-color css
<style>
span { border-color: #A1998F; }
span { border-color: rgb(161,153,143); }
td.TdClassName
{
border-color: #A1998F;
}
.TagClassName
{
border-color: #A1998F;
}
</style>