Shades of Zorba #A8948A
Tints of Zorba #A8948A
RGB
CMYK
RGB Variations
Color information
#A8948A (or 0xA8948A) is known color: Zorba. HEX triplet: A8, 94 and 8A. RGB value is (168,148,138). Sum of RGB (Red+Green+Blue) = 168+148+138=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 168 - color contains mainly: red. Hex color #A8948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8948A is #576B75. Grayscale: #989898. Windows color (decimal): -5729142 or 9082024. OLE color: 9082024.
HSL color Cylindrical-coordinate representation of color #A8948A: hue angle of 20º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8948A is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 148 | 138 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.34 |
| HSL | 20º | 0.15% | 0.6% | - |
| HSV(B) | 20º | 0.18% | 0.66% | - |
| XYZ | 31.33 | 31.34 | 28.44 | - |
| YUV | 152.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 138 | 0 | 0.12 | 0.18 | 0.34 | 20 | 0.15 | 0.6 |
| Hex | A8 | 94 | 8A | 0 | C | 12 | 22 | 14 | F | 3C |
| Octal | 250 | 224 | 212 | 0 | 14 | 22 | 42 | 24 | 17 | 74 |
| Binary | 10101000 | 10010100 | 10001010 | 0 | 1100 | 10010 | 100010 | 10100 | 1111 | 111100 |
Color Harmonies of #A8948A
Complementary color
Monochromatic Colors of #A8948A
Black with #A8948A
Text Example
Text Example
White with #A8948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8948A; }
p { color: rgb(168,148,138); }
H1.HeaderClassName
{
color: #A8948A;
}
.AnyTagClassName
{
color: #A8948A;
}
</style>
background-color css
<style>
a { background-color: #A8948A; }
a { background-color: rgb(168,148,138); }
div.DivClassName
{
background-color: #A8948A;
}
.BgClassName
{
background-color: #A8948A;
}
</style>
border-color css
<style>
span { border-color: #A8948A; }
span { border-color: rgb(168,148,138); }
td.TdClassName
{
border-color: #A8948A;
}
.TagClassName
{
border-color: #A8948A;
}
</style>