Shades of Zorba #A3998E
Tints of Zorba #A3998E
RGB
CMYK
RGB Variations
Color information
#A3998E (or 0xA3998E) is known color: Zorba. HEX triplet: A3, 99 and 8E. RGB value is (163,153,142). Sum of RGB (Red+Green+Blue) = 163+153+142=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 163 - color contains mainly: red. Hex color #A3998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3998E is #5C6671. Grayscale: #9A9A9A. Windows color (decimal): -6055538 or 9345443. OLE color: 9345443.
HSL color Cylindrical-coordinate representation of color #A3998E: hue angle of 31.43º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3998E is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 153 | 142 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.36 |
| HSL | 31.43º | 0.1% | 0.6% | - |
| HSV(B) | 31.43º | 0.13% | 0.64% | - |
| XYZ | 31.38 | 32.52 | 30.21 | - |
| YUV | 154.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 142 | 0 | 0.06 | 0.13 | 0.36 | 31.43 | 0.1 | 0.6 |
| Hex | A3 | 99 | 8E | 0 | 6 | D | 24 | 1F | A | 3C |
| Octal | 243 | 231 | 216 | 0 | 6 | 15 | 44 | 37 | 12 | 74 |
| Binary | 10100011 | 10011001 | 10001110 | 0 | 110 | 1101 | 100100 | 11111 | 1010 | 111100 |
Color Harmonies of #A3998E
Complementary color
Monochromatic Colors of #A3998E
Black with #A3998E
Text Example
Text Example
White with #A3998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3998E; }
p { color: rgb(163,153,142); }
H1.HeaderClassName
{
color: #A3998E;
}
.AnyTagClassName
{
color: #A3998E;
}
</style>
background-color css
<style>
a { background-color: #A3998E; }
a { background-color: rgb(163,153,142); }
div.DivClassName
{
background-color: #A3998E;
}
.BgClassName
{
background-color: #A3998E;
}
</style>
border-color css
<style>
span { border-color: #A3998E; }
span { border-color: rgb(163,153,142); }
td.TdClassName
{
border-color: #A3998E;
}
.TagClassName
{
border-color: #A3998E;
}
</style>