Shades of Zorba #A3978B
Tints of Zorba #A3978B
RGB
CMYK
RGB Variations
Color information
#A3978B (or 0xA3978B) is known color: Zorba. HEX triplet: A3, 97 and 8B. RGB value is (163,151,139). Sum of RGB (Red+Green+Blue) = 163+151+139=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 163 - color contains mainly: red. Hex color #A3978B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3978B is #5C6874. Grayscale: #999999. Windows color (decimal): -6056053 or 9148323. OLE color: 9148323.
HSL color Cylindrical-coordinate representation of color #A3978B: hue angle of 30º 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 #A3978B is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 151 | 139 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.36 |
| HSL | 30º | 0.12% | 0.59% | - |
| HSV(B) | 30º | 0.15% | 0.64% | - |
| XYZ | 30.83 | 31.78 | 28.94 | - |
| YUV | 153.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 139 | 0 | 0.07 | 0.15 | 0.36 | 30 | 0.12 | 0.59 |
| Hex | A3 | 97 | 8B | 0 | 7 | F | 24 | 1E | C | 3B |
| Octal | 243 | 227 | 213 | 0 | 7 | 17 | 44 | 36 | 14 | 73 |
| Binary | 10100011 | 10010111 | 10001011 | 0 | 111 | 1111 | 100100 | 11110 | 1100 | 111011 |
Color Harmonies of #A3978B
Complementary color
Monochromatic Colors of #A3978B
Black with #A3978B
Text Example
Text Example
White with #A3978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3978B; }
p { color: rgb(163,151,139); }
H1.HeaderClassName
{
color: #A3978B;
}
.AnyTagClassName
{
color: #A3978B;
}
</style>
background-color css
<style>
a { background-color: #A3978B; }
a { background-color: rgb(163,151,139); }
div.DivClassName
{
background-color: #A3978B;
}
.BgClassName
{
background-color: #A3978B;
}
</style>
border-color css
<style>
span { border-color: #A3978B; }
span { border-color: rgb(163,151,139); }
td.TdClassName
{
border-color: #A3978B;
}
.TagClassName
{
border-color: #A3978B;
}
</style>