Shades of Zorba #A38F80
Tints of Zorba #A38F80
RGB
CMYK
RGB Variations
Color information
#A38F80 (or 0xA38F80) is known color: Zorba. HEX triplet: A3, 8F and 80. RGB value is (163,143,128). Sum of RGB (Red+Green+Blue) = 163+143+128=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38F80 is #5C707F. Grayscale: #939393. Windows color (decimal): -6058112 or 8425379. OLE color: 8425379.
HSL color Cylindrical-coordinate representation of color #A38F80: hue angle of 25.71º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A38F80 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 143 | 128 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.36 |
| HSL | 25.71º | 0.16% | 0.57% | - |
| HSV(B) | 25.71º | 0.21% | 0.64% | - |
| XYZ | 28.82 | 28.99 | 24.5 | - |
| YUV | 147.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 128 | 0 | 0.12 | 0.21 | 0.36 | 25.71 | 0.16 | 0.57 |
| Hex | A3 | 8F | 80 | 0 | C | 15 | 24 | 1A | 10 | 39 |
| Octal | 243 | 217 | 200 | 0 | 14 | 25 | 44 | 32 | 20 | 71 |
| Binary | 10100011 | 10001111 | 10000000 | 0 | 1100 | 10101 | 100100 | 11010 | 10000 | 111001 |
Color Harmonies of #A38F80
Complementary color
Monochromatic Colors of #A38F80
Black with #A38F80
Text Example
Text Example
White with #A38F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38F80; }
p { color: rgb(163,143,128); }
H1.HeaderClassName
{
color: #A38F80;
}
.AnyTagClassName
{
color: #A38F80;
}
</style>
background-color css
<style>
a { background-color: #A38F80; }
a { background-color: rgb(163,143,128); }
div.DivClassName
{
background-color: #A38F80;
}
.BgClassName
{
background-color: #A38F80;
}
</style>
border-color css
<style>
span { border-color: #A38F80; }
span { border-color: rgb(163,143,128); }
td.TdClassName
{
border-color: #A38F80;
}
.TagClassName
{
border-color: #A38F80;
}
</style>