Shades of Zorba #A49283
Tints of Zorba #A49283
RGB
CMYK
RGB Variations
Color information
#A49283 (or 0xA49283) is known color: Zorba. HEX triplet: A4, 92 and 83. RGB value is (164,146,131). Sum of RGB (Red+Green+Blue) = 164+146+131=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 164 - color contains mainly: red. Hex color #A49283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49283 is #5B6D7C. Grayscale: #959595. Windows color (decimal): -5991805 or 8622756. OLE color: 8622756.
HSL color Cylindrical-coordinate representation of color #A49283: hue angle of 27.27º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A49283 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 146 | 131 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.36 |
| HSL | 27.27º | 0.15% | 0.58% | - |
| HSV(B) | 27.27º | 0.2% | 0.64% | - |
| XYZ | 29.69 | 30.09 | 25.72 | - |
| YUV | 149.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 131 | 0 | 0.11 | 0.20 | 0.36 | 27.27 | 0.15 | 0.58 |
| Hex | A4 | 92 | 83 | 0 | B | 14 | 24 | 1B | F | 3A |
| Octal | 244 | 222 | 203 | 0 | 13 | 24 | 44 | 33 | 17 | 72 |
| Binary | 10100100 | 10010010 | 10000011 | 0 | 1011 | 10100 | 100100 | 11011 | 1111 | 111010 |
Color Harmonies of #A49283
Complementary color
Monochromatic Colors of #A49283
Black with #A49283
Text Example
Text Example
White with #A49283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49283; }
p { color: rgb(164,146,131); }
H1.HeaderClassName
{
color: #A49283;
}
.AnyTagClassName
{
color: #A49283;
}
</style>
background-color css
<style>
a { background-color: #A49283; }
a { background-color: rgb(164,146,131); }
div.DivClassName
{
background-color: #A49283;
}
.BgClassName
{
background-color: #A49283;
}
</style>
border-color css
<style>
span { border-color: #A49283; }
span { border-color: rgb(164,146,131); }
td.TdClassName
{
border-color: #A49283;
}
.TagClassName
{
border-color: #A49283;
}
</style>