Shades of Zorba #A3928A
Tints of Zorba #A3928A
RGB
CMYK
RGB Variations
Color information
#A3928A (or 0xA3928A) is known color: Zorba. HEX triplet: A3, 92 and 8A. RGB value is (163,146,138). Sum of RGB (Red+Green+Blue) = 163+146+138=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 163 - color contains mainly: red. Hex color #A3928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3928A is #5C6D75. Grayscale: #969696. Windows color (decimal): -6057334 or 9081507. OLE color: 9081507.
HSL color Cylindrical-coordinate representation of color #A3928A: hue angle of 19.2º 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 #A3928A is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 146 | 138 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.36 |
| HSL | 19.2º | 0.12% | 0.59% | - |
| HSV(B) | 19.2º | 0.15% | 0.64% | - |
| XYZ | 29.97 | 30.18 | 28.29 | - |
| YUV | 150.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 138 | 0 | 0.10 | 0.15 | 0.36 | 19.2 | 0.12 | 0.59 |
| Hex | A3 | 92 | 8A | 0 | A | F | 24 | 13 | C | 3B |
| Octal | 243 | 222 | 212 | 0 | 12 | 17 | 44 | 23 | 14 | 73 |
| Binary | 10100011 | 10010010 | 10001010 | 0 | 1010 | 1111 | 100100 | 10011 | 1100 | 111011 |
Color Harmonies of #A3928A
Complementary color
Monochromatic Colors of #A3928A
Black with #A3928A
Text Example
Text Example
White with #A3928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3928A; }
p { color: rgb(163,146,138); }
H1.HeaderClassName
{
color: #A3928A;
}
.AnyTagClassName
{
color: #A3928A;
}
</style>
background-color css
<style>
a { background-color: #A3928A; }
a { background-color: rgb(163,146,138); }
div.DivClassName
{
background-color: #A3928A;
}
.BgClassName
{
background-color: #A3928A;
}
</style>
border-color css
<style>
span { border-color: #A3928A; }
span { border-color: rgb(163,146,138); }
td.TdClassName
{
border-color: #A3928A;
}
.TagClassName
{
border-color: #A3928A;
}
</style>