Shades of Zorba #A8968A
Tints of Zorba #A8968A
RGB
CMYK
RGB Variations
Color information
#A8968A (or 0xA8968A) is known color: Zorba. HEX triplet: A8, 96 and 8A. RGB value is (168,150,138). Sum of RGB (Red+Green+Blue) = 168+150+138=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 168 - color contains mainly: red. Hex color #A8968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8968A is #576975. Grayscale: #9A9A9A. Windows color (decimal): -5728630 or 9082536. OLE color: 9082536.
HSL color Cylindrical-coordinate representation of color #A8968A: hue angle of 24º 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 #A8968A is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 150 | 138 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.34 |
| HSL | 24º | 0.15% | 0.6% | - |
| HSV(B) | 24º | 0.18% | 0.66% | - |
| XYZ | 31.64 | 31.97 | 28.55 | - |
| YUV | 154.01 | 118.96 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 138 | 0 | 0.11 | 0.18 | 0.34 | 24 | 0.15 | 0.6 |
| Hex | A8 | 96 | 8A | 0 | B | 12 | 22 | 18 | F | 3C |
| Octal | 250 | 226 | 212 | 0 | 13 | 22 | 42 | 30 | 17 | 74 |
| Binary | 10101000 | 10010110 | 10001010 | 0 | 1011 | 10010 | 100010 | 11000 | 1111 | 111100 |
Color Harmonies of #A8968A
Complementary color
Monochromatic Colors of #A8968A
Black with #A8968A
Text Example
Text Example
White with #A8968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8968A; }
p { color: rgb(168,150,138); }
H1.HeaderClassName
{
color: #A8968A;
}
.AnyTagClassName
{
color: #A8968A;
}
</style>
background-color css
<style>
a { background-color: #A8968A; }
a { background-color: rgb(168,150,138); }
div.DivClassName
{
background-color: #A8968A;
}
.BgClassName
{
background-color: #A8968A;
}
</style>
border-color css
<style>
span { border-color: #A8968A; }
span { border-color: rgb(168,150,138); }
td.TdClassName
{
border-color: #A8968A;
}
.TagClassName
{
border-color: #A8968A;
}
</style>