Shades of Zorba #A3988F
Tints of Zorba #A3988F
RGB
CMYK
RGB Variations
Color information
#A3988F (or 0xA3988F) is known color: Zorba. HEX triplet: A3, 98 and 8F. RGB value is (163,152,143). Sum of RGB (Red+Green+Blue) = 163+152+143=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 163 - color contains mainly: red. Hex color #A3988F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3988F is #5C6770. Grayscale: #9A9A9A. Windows color (decimal): -6055793 or 9410723. OLE color: 9410723.
HSL color Cylindrical-coordinate representation of color #A3988F: hue angle of 27º 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 #A3988F is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 152 | 143 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.36 |
| HSL | 27º | 0.1% | 0.6% | - |
| HSV(B) | 27º | 0.12% | 0.64% | - |
| XYZ | 31.29 | 32.23 | 30.56 | - |
| YUV | 154.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 152 | 143 | 0 | 0.07 | 0.12 | 0.36 | 27 | 0.1 | 0.6 |
| Hex | A3 | 98 | 8F | 0 | 7 | C | 24 | 1B | A | 3C |
| Octal | 243 | 230 | 217 | 0 | 7 | 14 | 44 | 33 | 12 | 74 |
| Binary | 10100011 | 10011000 | 10001111 | 0 | 111 | 1100 | 100100 | 11011 | 1010 | 111100 |
Color Harmonies of #A3988F
Complementary color
Monochromatic Colors of #A3988F
Black with #A3988F
Text Example
Text Example
White with #A3988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3988F; }
p { color: rgb(163,152,143); }
H1.HeaderClassName
{
color: #A3988F;
}
.AnyTagClassName
{
color: #A3988F;
}
</style>
background-color css
<style>
a { background-color: #A3988F; }
a { background-color: rgb(163,152,143); }
div.DivClassName
{
background-color: #A3988F;
}
.BgClassName
{
background-color: #A3988F;
}
</style>
border-color css
<style>
span { border-color: #A3988F; }
span { border-color: rgb(163,152,143); }
td.TdClassName
{
border-color: #A3988F;
}
.TagClassName
{
border-color: #A3988F;
}
</style>