Shades of Zorba #A1938C
Tints of Zorba #A1938C
RGB
CMYK
RGB Variations
Color information
#A1938C (or 0xA1938C) is known color: Zorba. HEX triplet: A1, 93 and 8C. RGB value is (161,147,140). Sum of RGB (Red+Green+Blue) = 161+147+140=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 161 - color contains mainly: red. Hex color #A1938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1938C is #5E6C73. Grayscale: #969696. Windows color (decimal): -6188148 or 9212833. OLE color: 9212833.
HSL color Cylindrical-coordinate representation of color #A1938C: hue angle of 20º 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 #A1938C is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 147 | 140 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.37 |
| HSL | 20º | 0.1% | 0.59% | - |
| HSV(B) | 20º | 0.13% | 0.63% | - |
| XYZ | 29.87 | 30.34 | 29.09 | - |
| YUV | 150.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 140 | 0 | 0.09 | 0.13 | 0.37 | 20 | 0.1 | 0.59 |
| Hex | A1 | 93 | 8C | 0 | 9 | D | 25 | 14 | A | 3B |
| Octal | 241 | 223 | 214 | 0 | 11 | 15 | 45 | 24 | 12 | 73 |
| Binary | 10100001 | 10010011 | 10001100 | 0 | 1001 | 1101 | 100101 | 10100 | 1010 | 111011 |
Color Harmonies of #A1938C
Complementary color
Monochromatic Colors of #A1938C
Black with #A1938C
Text Example
Text Example
White with #A1938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1938C; }
p { color: rgb(161,147,140); }
H1.HeaderClassName
{
color: #A1938C;
}
.AnyTagClassName
{
color: #A1938C;
}
</style>
background-color css
<style>
a { background-color: #A1938C; }
a { background-color: rgb(161,147,140); }
div.DivClassName
{
background-color: #A1938C;
}
.BgClassName
{
background-color: #A1938C;
}
</style>
border-color css
<style>
span { border-color: #A1938C; }
span { border-color: rgb(161,147,140); }
td.TdClassName
{
border-color: #A1938C;
}
.TagClassName
{
border-color: #A1938C;
}
</style>