Shades of Zorba #A3938A
Tints of Zorba #A3938A
RGB
CMYK
RGB Variations
Color information
#A3938A (or 0xA3938A) is known color: Zorba. HEX triplet: A3, 93 and 8A. RGB value is (163,147,138). Sum of RGB (Red+Green+Blue) = 163+147+138=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 163 - color contains mainly: red. Hex color #A3938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3938A is #5C6C75. Grayscale: #969696. Windows color (decimal): -6057078 or 9081763. OLE color: 9081763.
HSL color Cylindrical-coordinate representation of color #A3938A: hue angle of 21.6º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3938A is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 147 | 138 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.36 |
| HSL | 21.6º | 0.12% | 0.59% | - |
| HSV(B) | 21.6º | 0.15% | 0.64% | - |
| XYZ | 30.13 | 30.49 | 28.34 | - |
| YUV | 150.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 138 | 0 | 0.10 | 0.15 | 0.36 | 21.6 | 0.12 | 0.59 |
| Hex | A3 | 93 | 8A | 0 | A | F | 24 | 16 | C | 3B |
| Octal | 243 | 223 | 212 | 0 | 12 | 17 | 44 | 26 | 14 | 73 |
| Binary | 10100011 | 10010011 | 10001010 | 0 | 1010 | 1111 | 100100 | 10110 | 1100 | 111011 |
Color Harmonies of #A3938A
Complementary color
Monochromatic Colors of #A3938A
Black with #A3938A
Text Example
Text Example
White with #A3938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3938A; }
p { color: rgb(163,147,138); }
H1.HeaderClassName
{
color: #A3938A;
}
.AnyTagClassName
{
color: #A3938A;
}
</style>
background-color css
<style>
a { background-color: #A3938A; }
a { background-color: rgb(163,147,138); }
div.DivClassName
{
background-color: #A3938A;
}
.BgClassName
{
background-color: #A3938A;
}
</style>
border-color css
<style>
span { border-color: #A3938A; }
span { border-color: rgb(163,147,138); }
td.TdClassName
{
border-color: #A3938A;
}
.TagClassName
{
border-color: #A3938A;
}
</style>