Shades of Zorba #A3978E
Tints of Zorba #A3978E
RGB
CMYK
RGB Variations
Color information
#A3978E (or 0xA3978E) is known color: Zorba. HEX triplet: A3, 97 and 8E. RGB value is (163,151,142). Sum of RGB (Red+Green+Blue) = 163+151+142=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 163 - color contains mainly: red. Hex color #A3978E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3978E is #5C6871. Grayscale: #999999. Windows color (decimal): -6056050 or 9344931. OLE color: 9344931.
HSL color Cylindrical-coordinate representation of color #A3978E: hue angle of 25.71º 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 #A3978E is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 151 | 142 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.36 |
| HSL | 25.71º | 0.1% | 0.6% | - |
| HSV(B) | 25.71º | 0.13% | 0.64% | - |
| XYZ | 31.05 | 31.87 | 30.11 | - |
| YUV | 153.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 142 | 0 | 0.07 | 0.13 | 0.36 | 25.71 | 0.1 | 0.6 |
| Hex | A3 | 97 | 8E | 0 | 7 | D | 24 | 1A | A | 3C |
| Octal | 243 | 227 | 216 | 0 | 7 | 15 | 44 | 32 | 12 | 74 |
| Binary | 10100011 | 10010111 | 10001110 | 0 | 111 | 1101 | 100100 | 11010 | 1010 | 111100 |
Color Harmonies of #A3978E
Complementary color
Monochromatic Colors of #A3978E
Black with #A3978E
Text Example
Text Example
White with #A3978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3978E; }
p { color: rgb(163,151,142); }
H1.HeaderClassName
{
color: #A3978E;
}
.AnyTagClassName
{
color: #A3978E;
}
</style>
background-color css
<style>
a { background-color: #A3978E; }
a { background-color: rgb(163,151,142); }
div.DivClassName
{
background-color: #A3978E;
}
.BgClassName
{
background-color: #A3978E;
}
</style>
border-color css
<style>
span { border-color: #A3978E; }
span { border-color: rgb(163,151,142); }
td.TdClassName
{
border-color: #A3978E;
}
.TagClassName
{
border-color: #A3978E;
}
</style>