Shades of Zorba #A1948D
Tints of Zorba #A1948D
RGB
CMYK
RGB Variations
Color information
#A1948D (or 0xA1948D) is known color: Zorba. HEX triplet: A1, 94 and 8D. RGB value is (161,148,141). Sum of RGB (Red+Green+Blue) = 161+148+141=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 161 - color contains mainly: red. Hex color #A1948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1948D is #5E6B72. Grayscale: #979797. Windows color (decimal): -6187891 or 9278625. OLE color: 9278625.
HSL color Cylindrical-coordinate representation of color #A1948D: hue angle of 21º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1948D is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 148 | 141 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.37 |
| HSL | 21º | 0.1% | 0.59% | - |
| HSV(B) | 21º | 0.12% | 0.63% | - |
| XYZ | 30.1 | 30.68 | 29.53 | - |
| YUV | 151.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 141 | 0 | 0.08 | 0.12 | 0.37 | 21 | 0.1 | 0.59 |
| Hex | A1 | 94 | 8D | 0 | 8 | C | 25 | 15 | A | 3B |
| Octal | 241 | 224 | 215 | 0 | 10 | 14 | 45 | 25 | 12 | 73 |
| Binary | 10100001 | 10010100 | 10001101 | 0 | 1000 | 1100 | 100101 | 10101 | 1010 | 111011 |
Color Harmonies of #A1948D
Complementary color
Monochromatic Colors of #A1948D
Black with #A1948D
Text Example
Text Example
White with #A1948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1948D; }
p { color: rgb(161,148,141); }
H1.HeaderClassName
{
color: #A1948D;
}
.AnyTagClassName
{
color: #A1948D;
}
</style>
background-color css
<style>
a { background-color: #A1948D; }
a { background-color: rgb(161,148,141); }
div.DivClassName
{
background-color: #A1948D;
}
.BgClassName
{
background-color: #A1948D;
}
</style>
border-color css
<style>
span { border-color: #A1948D; }
span { border-color: rgb(161,148,141); }
td.TdClassName
{
border-color: #A1948D;
}
.TagClassName
{
border-color: #A1948D;
}
</style>