Shades of Zorba #A1928B
Tints of Zorba #A1928B
RGB
CMYK
RGB Variations
Color information
#A1928B (or 0xA1928B) is known color: Zorba. HEX triplet: A1, 92 and 8B. RGB value is (161,146,139). Sum of RGB (Red+Green+Blue) = 161+146+139=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 161 - color contains mainly: red. Hex color #A1928B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1928B is #5E6D74. Grayscale: #959595. Windows color (decimal): -6188405 or 9147041. OLE color: 9147041.
HSL color Cylindrical-coordinate representation of color #A1928B: hue angle of 19.09º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1928B is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 139 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.37 |
| HSL | 19.09º | 0.1% | 0.59% | - |
| HSV(B) | 19.09º | 0.14% | 0.63% | - |
| XYZ | 29.64 | 30 | 28.65 | - |
| YUV | 149.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 139 | 0 | 0.09 | 0.14 | 0.37 | 19.09 | 0.1 | 0.59 |
| Hex | A1 | 92 | 8B | 0 | 9 | E | 25 | 13 | A | 3B |
| Octal | 241 | 222 | 213 | 0 | 11 | 16 | 45 | 23 | 12 | 73 |
| Binary | 10100001 | 10010010 | 10001011 | 0 | 1001 | 1110 | 100101 | 10011 | 1010 | 111011 |
Color Harmonies of #A1928B
Complementary color
Monochromatic Colors of #A1928B
Black with #A1928B
Text Example
Text Example
White with #A1928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1928B; }
p { color: rgb(161,146,139); }
H1.HeaderClassName
{
color: #A1928B;
}
.AnyTagClassName
{
color: #A1928B;
}
</style>
background-color css
<style>
a { background-color: #A1928B; }
a { background-color: rgb(161,146,139); }
div.DivClassName
{
background-color: #A1928B;
}
.BgClassName
{
background-color: #A1928B;
}
</style>
border-color css
<style>
span { border-color: #A1928B; }
span { border-color: rgb(161,146,139); }
td.TdClassName
{
border-color: #A1928B;
}
.TagClassName
{
border-color: #A1928B;
}
</style>