Shades of Zorba #A39990
Tints of Zorba #A39990
RGB
CMYK
RGB Variations
Color information
#A39990 (or 0xA39990) is known color: Zorba. HEX triplet: A3, 99 and 90. RGB value is (163,153,144). Sum of RGB (Red+Green+Blue) = 163+153+144=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 163 - color contains mainly: red. Hex color #A39990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39990 is #5C666F. Grayscale: #9B9B9B. Windows color (decimal): -6055536 or 9476515. OLE color: 9476515.
HSL color Cylindrical-coordinate representation of color #A39990: hue angle of 28.42º degrees, saturation: 0.09, 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 #A39990 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 153 | 144 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.36 |
| HSL | 28.42º | 0.09% | 0.6% | - |
| HSV(B) | 28.42º | 0.12% | 0.64% | - |
| XYZ | 31.53 | 32.58 | 31.01 | - |
| YUV | 154.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 144 | 0 | 0.06 | 0.12 | 0.36 | 28.42 | 0.09 | 0.6 |
| Hex | A3 | 99 | 90 | 0 | 6 | C | 24 | 1C | 9 | 3C |
| Octal | 243 | 231 | 220 | 0 | 6 | 14 | 44 | 34 | 11 | 74 |
| Binary | 10100011 | 10011001 | 10010000 | 0 | 110 | 1100 | 100100 | 11100 | 1001 | 111100 |
Color Harmonies of #A39990
Complementary color
Monochromatic Colors of #A39990
Black with #A39990
Text Example
Text Example
White with #A39990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39990; }
p { color: rgb(163,153,144); }
H1.HeaderClassName
{
color: #A39990;
}
.AnyTagClassName
{
color: #A39990;
}
</style>
background-color css
<style>
a { background-color: #A39990; }
a { background-color: rgb(163,153,144); }
div.DivClassName
{
background-color: #A39990;
}
.BgClassName
{
background-color: #A39990;
}
</style>
border-color css
<style>
span { border-color: #A39990; }
span { border-color: rgb(163,153,144); }
td.TdClassName
{
border-color: #A39990;
}
.TagClassName
{
border-color: #A39990;
}
</style>