Shades of Zorba #A1948B
Tints of Zorba #A1948B
RGB
CMYK
RGB Variations
Color information
#A1948B (or 0xA1948B) is known color: Zorba. HEX triplet: A1, 94 and 8B. RGB value is (161,148,139). Sum of RGB (Red+Green+Blue) = 161+148+139=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 161 - color contains mainly: red. Hex color #A1948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1948B is #5E6B74. Grayscale: #969696. Windows color (decimal): -6187893 or 9147553. OLE color: 9147553.
HSL color Cylindrical-coordinate representation of color #A1948B: hue angle of 24.55º 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 #A1948B is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 148 | 139 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.37 |
| HSL | 24.55º | 0.1% | 0.59% | - |
| HSV(B) | 24.55º | 0.14% | 0.63% | - |
| XYZ | 29.95 | 30.62 | 28.76 | - |
| YUV | 150.86 | 121.31 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 139 | 0 | 0.08 | 0.14 | 0.37 | 24.55 | 0.1 | 0.59 |
| Hex | A1 | 94 | 8B | 0 | 8 | E | 25 | 19 | A | 3B |
| Octal | 241 | 224 | 213 | 0 | 10 | 16 | 45 | 31 | 12 | 73 |
| Binary | 10100001 | 10010100 | 10001011 | 0 | 1000 | 1110 | 100101 | 11001 | 1010 | 111011 |
Color Harmonies of #A1948B
Complementary color
Monochromatic Colors of #A1948B
Black with #A1948B
Text Example
Text Example
White with #A1948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1948B; }
p { color: rgb(161,148,139); }
H1.HeaderClassName
{
color: #A1948B;
}
.AnyTagClassName
{
color: #A1948B;
}
</style>
background-color css
<style>
a { background-color: #A1948B; }
a { background-color: rgb(161,148,139); }
div.DivClassName
{
background-color: #A1948B;
}
.BgClassName
{
background-color: #A1948B;
}
</style>
border-color css
<style>
span { border-color: #A1948B; }
span { border-color: rgb(161,148,139); }
td.TdClassName
{
border-color: #A1948B;
}
.TagClassName
{
border-color: #A1948B;
}
</style>