Shades of Zorba #A0948F
Tints of Zorba #A0948F
RGB
CMYK
RGB Variations
Color information
#A0948F (or 0xA0948F) is known color: Zorba. HEX triplet: A0, 94 and 8F. RGB value is (160,148,143). Sum of RGB (Red+Green+Blue) = 160+148+143=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 160 - color contains mainly: red. Hex color #A0948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0948F is #5F6B70. Grayscale: #979797. Windows color (decimal): -6253425 or 9409696. OLE color: 9409696.
HSL color Cylindrical-coordinate representation of color #A0948F: hue angle of 17.65º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0948F is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 148 | 143 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.37 |
| HSL | 17.65º | 0.08% | 0.59% | - |
| HSV(B) | 17.65º | 0.11% | 0.63% | - |
| XYZ | 30.05 | 30.64 | 30.32 | - |
| YUV | 151.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 148 | 143 | 0 | 0.07 | 0.11 | 0.37 | 17.65 | 0.08 | 0.59 |
| Hex | A0 | 94 | 8F | 0 | 7 | B | 25 | 12 | 8 | 3B |
| Octal | 240 | 224 | 217 | 0 | 7 | 13 | 45 | 22 | 10 | 73 |
| Binary | 10100000 | 10010100 | 10001111 | 0 | 111 | 1011 | 100101 | 10010 | 1000 | 111011 |
Color Harmonies of #A0948F
Complementary color
Monochromatic Colors of #A0948F
Black with #A0948F
Text Example
Text Example
White with #A0948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0948F; }
p { color: rgb(160,148,143); }
H1.HeaderClassName
{
color: #A0948F;
}
.AnyTagClassName
{
color: #A0948F;
}
</style>
background-color css
<style>
a { background-color: #A0948F; }
a { background-color: rgb(160,148,143); }
div.DivClassName
{
background-color: #A0948F;
}
.BgClassName
{
background-color: #A0948F;
}
</style>
border-color css
<style>
span { border-color: #A0948F; }
span { border-color: rgb(160,148,143); }
td.TdClassName
{
border-color: #A0948F;
}
.TagClassName
{
border-color: #A0948F;
}
</style>