Shades of Zorba #A3948C
Tints of Zorba #A3948C
RGB
CMYK
RGB Variations
Color information
#A3948C (or 0xA3948C) is known color: Zorba. HEX triplet: A3, 94 and 8C. RGB value is (163,148,140). Sum of RGB (Red+Green+Blue) = 163+148+140=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 163 - color contains mainly: red. Hex color #A3948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3948C is #5C6B73. Grayscale: #979797. Windows color (decimal): -6056820 or 9213091. OLE color: 9213091.
HSL color Cylindrical-coordinate representation of color #A3948C: hue angle of 20.87º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3948C is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 148 | 140 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.36 |
| HSL | 20.87º | 0.11% | 0.59% | - |
| HSV(B) | 20.87º | 0.14% | 0.64% | - |
| XYZ | 30.43 | 30.86 | 29.16 | - |
| YUV | 151.57 | 121.47 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 148 | 140 | 0 | 0.09 | 0.14 | 0.36 | 20.87 | 0.11 | 0.59 |
| Hex | A3 | 94 | 8C | 0 | 9 | E | 24 | 15 | B | 3B |
| Octal | 243 | 224 | 214 | 0 | 11 | 16 | 44 | 25 | 13 | 73 |
| Binary | 10100011 | 10010100 | 10001100 | 0 | 1001 | 1110 | 100100 | 10101 | 1011 | 111011 |
Color Harmonies of #A3948C
Complementary color
Monochromatic Colors of #A3948C
Black with #A3948C
Text Example
Text Example
White with #A3948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3948C; }
p { color: rgb(163,148,140); }
H1.HeaderClassName
{
color: #A3948C;
}
.AnyTagClassName
{
color: #A3948C;
}
</style>
background-color css
<style>
a { background-color: #A3948C; }
a { background-color: rgb(163,148,140); }
div.DivClassName
{
background-color: #A3948C;
}
.BgClassName
{
background-color: #A3948C;
}
</style>
border-color css
<style>
span { border-color: #A3948C; }
span { border-color: rgb(163,148,140); }
td.TdClassName
{
border-color: #A3948C;
}
.TagClassName
{
border-color: #A3948C;
}
</style>