Shades of Zorba #A1908A
Tints of Zorba #A1908A
RGB
CMYK
RGB Variations
Color information
#A1908A (or 0xA1908A) is known color: Zorba. HEX triplet: A1, 90 and 8A. RGB value is (161,144,138). Sum of RGB (Red+Green+Blue) = 161+144+138=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 161 - color contains mainly: red. Hex color #A1908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1908A is #5E6F75. Grayscale: #949494. Windows color (decimal): -6188918 or 9080993. OLE color: 9080993.
HSL color Cylindrical-coordinate representation of color #A1908A: hue angle of 15.65º degrees, saturation: 0.11, 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 #A1908A is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 138 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.37 |
| HSL | 15.65º | 0.11% | 0.59% | - |
| HSV(B) | 15.65º | 0.14% | 0.63% | - |
| XYZ | 29.26 | 29.36 | 28.17 | - |
| YUV | 148.4 | 122.13 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 138 | 0 | 0.11 | 0.14 | 0.37 | 15.65 | 0.11 | 0.59 |
| Hex | A1 | 90 | 8A | 0 | B | E | 25 | 10 | B | 3B |
| Octal | 241 | 220 | 212 | 0 | 13 | 16 | 45 | 20 | 13 | 73 |
| Binary | 10100001 | 10010000 | 10001010 | 0 | 1011 | 1110 | 100101 | 10000 | 1011 | 111011 |
Color Harmonies of #A1908A
Complementary color
Monochromatic Colors of #A1908A
Black with #A1908A
Text Example
Text Example
White with #A1908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1908A; }
p { color: rgb(161,144,138); }
H1.HeaderClassName
{
color: #A1908A;
}
.AnyTagClassName
{
color: #A1908A;
}
</style>
background-color css
<style>
a { background-color: #A1908A; }
a { background-color: rgb(161,144,138); }
div.DivClassName
{
background-color: #A1908A;
}
.BgClassName
{
background-color: #A1908A;
}
</style>
border-color css
<style>
span { border-color: #A1908A; }
span { border-color: rgb(161,144,138); }
td.TdClassName
{
border-color: #A1908A;
}
.TagClassName
{
border-color: #A1908A;
}
</style>