Shades of Zorba #A1948F
Tints of Zorba #A1948F
RGB
CMYK
RGB Variations
Color information
#A1948F (or 0xA1948F) is known color: Zorba. HEX triplet: A1, 94 and 8F. RGB value is (161,148,143). Sum of RGB (Red+Green+Blue) = 161+148+143=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 161 - color contains mainly: red. Hex color #A1948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1948F is #5E6B70. Grayscale: #979797. Windows color (decimal): -6187889 or 9409697. OLE color: 9409697.
HSL color Cylindrical-coordinate representation of color #A1948F: hue angle of 16.67º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1948F is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 148 | 143 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.37 |
| HSL | 16.67º | 0.09% | 0.6% | - |
| HSV(B) | 16.67º | 0.11% | 0.63% | - |
| XYZ | 30.25 | 30.74 | 30.33 | - |
| YUV | 151.32 | 123.31 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 143 | 0 | 0.08 | 0.11 | 0.37 | 16.67 | 0.09 | 0.6 |
| Hex | A1 | 94 | 8F | 0 | 8 | B | 25 | 11 | 9 | 3C |
| Octal | 241 | 224 | 217 | 0 | 10 | 13 | 45 | 21 | 11 | 74 |
| Binary | 10100001 | 10010100 | 10001111 | 0 | 1000 | 1011 | 100101 | 10001 | 1001 | 111100 |
Color Harmonies of #A1948F
Complementary color
Monochromatic Colors of #A1948F
Black with #A1948F
Text Example
Text Example
White with #A1948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1948F; }
p { color: rgb(161,148,143); }
H1.HeaderClassName
{
color: #A1948F;
}
.AnyTagClassName
{
color: #A1948F;
}
</style>
background-color css
<style>
a { background-color: #A1948F; }
a { background-color: rgb(161,148,143); }
div.DivClassName
{
background-color: #A1948F;
}
.BgClassName
{
background-color: #A1948F;
}
</style>
border-color css
<style>
span { border-color: #A1948F; }
span { border-color: rgb(161,148,143); }
td.TdClassName
{
border-color: #A1948F;
}
.TagClassName
{
border-color: #A1948F;
}
</style>