Shades of Zorba #A1928C
Tints of Zorba #A1928C
RGB
CMYK
RGB Variations
Color information
#A1928C (or 0xA1928C) is known color: Zorba. HEX triplet: A1, 92 and 8C. RGB value is (161,146,140). Sum of RGB (Red+Green+Blue) = 161+146+140=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 161 - color contains mainly: red. Hex color #A1928C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1928C is #5E6D73. Grayscale: #959595. Windows color (decimal): -6188404 or 9212577. OLE color: 9212577.
HSL color Cylindrical-coordinate representation of color #A1928C: hue angle of 17.14º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1928C is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 140 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.37 |
| HSL | 17.14º | 0.1% | 0.59% | - |
| HSV(B) | 17.14º | 0.13% | 0.63% | - |
| XYZ | 29.71 | 30.03 | 29.04 | - |
| YUV | 149.8 | 122.47 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 140 | 0 | 0.09 | 0.13 | 0.37 | 17.14 | 0.1 | 0.59 |
| Hex | A1 | 92 | 8C | 0 | 9 | D | 25 | 11 | A | 3B |
| Octal | 241 | 222 | 214 | 0 | 11 | 15 | 45 | 21 | 12 | 73 |
| Binary | 10100001 | 10010010 | 10001100 | 0 | 1001 | 1101 | 100101 | 10001 | 1010 | 111011 |
Color Harmonies of #A1928C
Complementary color
Monochromatic Colors of #A1928C
Black with #A1928C
Text Example
Text Example
White with #A1928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1928C; }
p { color: rgb(161,146,140); }
H1.HeaderClassName
{
color: #A1928C;
}
.AnyTagClassName
{
color: #A1928C;
}
</style>
background-color css
<style>
a { background-color: #A1928C; }
a { background-color: rgb(161,146,140); }
div.DivClassName
{
background-color: #A1928C;
}
.BgClassName
{
background-color: #A1928C;
}
</style>
border-color css
<style>
span { border-color: #A1928C; }
span { border-color: rgb(161,146,140); }
td.TdClassName
{
border-color: #A1928C;
}
.TagClassName
{
border-color: #A1928C;
}
</style>