Shades of Zorba #A48F80
Tints of Zorba #A48F80
RGB
CMYK
RGB Variations
Color information
#A48F80 (or 0xA48F80) is known color: Zorba. HEX triplet: A4, 8F and 80. RGB value is (164,143,128). Sum of RGB (Red+Green+Blue) = 164+143+128=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48F80 is #5B707F. Grayscale: #939393. Windows color (decimal): -5992576 or 8425380. OLE color: 8425380.
HSL color Cylindrical-coordinate representation of color #A48F80: hue angle of 25º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A48F80 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 143 | 128 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.36 |
| HSL | 25º | 0.17% | 0.57% | - |
| HSV(B) | 25º | 0.22% | 0.64% | - |
| XYZ | 29.03 | 29.1 | 24.51 | - |
| YUV | 147.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 143 | 128 | 0 | 0.13 | 0.22 | 0.36 | 25 | 0.17 | 0.57 |
| Hex | A4 | 8F | 80 | 0 | D | 16 | 24 | 19 | 11 | 39 |
| Octal | 244 | 217 | 200 | 0 | 15 | 26 | 44 | 31 | 21 | 71 |
| Binary | 10100100 | 10001111 | 10000000 | 0 | 1101 | 10110 | 100100 | 11001 | 10001 | 111001 |
Color Harmonies of #A48F80
Complementary color
Monochromatic Colors of #A48F80
Black with #A48F80
Text Example
Text Example
White with #A48F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48F80; }
p { color: rgb(164,143,128); }
H1.HeaderClassName
{
color: #A48F80;
}
.AnyTagClassName
{
color: #A48F80;
}
</style>
background-color css
<style>
a { background-color: #A48F80; }
a { background-color: rgb(164,143,128); }
div.DivClassName
{
background-color: #A48F80;
}
.BgClassName
{
background-color: #A48F80;
}
</style>
border-color css
<style>
span { border-color: #A48F80; }
span { border-color: rgb(164,143,128); }
td.TdClassName
{
border-color: #A48F80;
}
.TagClassName
{
border-color: #A48F80;
}
</style>