Shades of Zorba #A3968F
Tints of Zorba #A3968F
RGB
CMYK
RGB Variations
Color information
#A3968F (or 0xA3968F) is known color: Zorba. HEX triplet: A3, 96 and 8F. RGB value is (163,150,143). Sum of RGB (Red+Green+Blue) = 163+150+143=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 163 - color contains mainly: red. Hex color #A3968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3968F is #5C6970. Grayscale: #999999. Windows color (decimal): -6056305 or 9410211. OLE color: 9410211.
HSL color Cylindrical-coordinate representation of color #A3968F: hue angle of 21º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3968F is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 150 | 143 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.36 |
| HSL | 21º | 0.1% | 0.6% | - |
| HSV(B) | 21º | 0.12% | 0.64% | - |
| XYZ | 30.97 | 31.58 | 30.45 | - |
| YUV | 153.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 143 | 0 | 0.08 | 0.12 | 0.36 | 21 | 0.1 | 0.6 |
| Hex | A3 | 96 | 8F | 0 | 8 | C | 24 | 15 | A | 3C |
| Octal | 243 | 226 | 217 | 0 | 10 | 14 | 44 | 25 | 12 | 74 |
| Binary | 10100011 | 10010110 | 10001111 | 0 | 1000 | 1100 | 100100 | 10101 | 1010 | 111100 |
Color Harmonies of #A3968F
Complementary color
Monochromatic Colors of #A3968F
Black with #A3968F
Text Example
Text Example
White with #A3968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3968F; }
p { color: rgb(163,150,143); }
H1.HeaderClassName
{
color: #A3968F;
}
.AnyTagClassName
{
color: #A3968F;
}
</style>
background-color css
<style>
a { background-color: #A3968F; }
a { background-color: rgb(163,150,143); }
div.DivClassName
{
background-color: #A3968F;
}
.BgClassName
{
background-color: #A3968F;
}
</style>
border-color css
<style>
span { border-color: #A3968F; }
span { border-color: rgb(163,150,143); }
td.TdClassName
{
border-color: #A3968F;
}
.TagClassName
{
border-color: #A3968F;
}
</style>