Shades of Zorba #A1948A
Tints of Zorba #A1948A
RGB
CMYK
RGB Variations
Color information
#A1948A (or 0xA1948A) is known color: Zorba. HEX triplet: A1, 94 and 8A. RGB value is (161,148,138). Sum of RGB (Red+Green+Blue) = 161+148+138=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 161 - color contains mainly: red. Hex color #A1948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1948A is #5E6B75. Grayscale: #969696. Windows color (decimal): -6187894 or 9082017. OLE color: 9082017.
HSL color Cylindrical-coordinate representation of color #A1948A: hue angle of 26.09º 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 #A1948A is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 148 | 138 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.37 |
| HSL | 26.09º | 0.11% | 0.59% | - |
| HSV(B) | 26.09º | 0.14% | 0.63% | - |
| XYZ | 29.88 | 30.59 | 28.37 | - |
| YUV | 150.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 138 | 0 | 0.08 | 0.14 | 0.37 | 26.09 | 0.11 | 0.59 |
| Hex | A1 | 94 | 8A | 0 | 8 | E | 25 | 1A | B | 3B |
| Octal | 241 | 224 | 212 | 0 | 10 | 16 | 45 | 32 | 13 | 73 |
| Binary | 10100001 | 10010100 | 10001010 | 0 | 1000 | 1110 | 100101 | 11010 | 1011 | 111011 |
Color Harmonies of #A1948A
Complementary color
Monochromatic Colors of #A1948A
Black with #A1948A
Text Example
Text Example
White with #A1948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1948A; }
p { color: rgb(161,148,138); }
H1.HeaderClassName
{
color: #A1948A;
}
.AnyTagClassName
{
color: #A1948A;
}
</style>
background-color css
<style>
a { background-color: #A1948A; }
a { background-color: rgb(161,148,138); }
div.DivClassName
{
background-color: #A1948A;
}
.BgClassName
{
background-color: #A1948A;
}
</style>
border-color css
<style>
span { border-color: #A1948A; }
span { border-color: rgb(161,148,138); }
td.TdClassName
{
border-color: #A1948A;
}
.TagClassName
{
border-color: #A1948A;
}
</style>