Shades of Zorba #A38F81
Tints of Zorba #A38F81
RGB
CMYK
RGB Variations
Color information
#A38F81 (or 0xA38F81) is known color: Zorba. HEX triplet: A3, 8F and 81. RGB value is (163,143,129). Sum of RGB (Red+Green+Blue) = 163+143+129=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38F81 is #5C707E. Grayscale: #939393. Windows color (decimal): -6058111 or 8490915. OLE color: 8490915.
HSL color Cylindrical-coordinate representation of color #A38F81: hue angle of 24.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 #A38F81 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 143 | 129 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.36 |
| HSL | 24.71º | 0.16% | 0.57% | - |
| HSV(B) | 24.71º | 0.21% | 0.64% | - |
| XYZ | 28.89 | 29.02 | 24.85 | - |
| YUV | 147.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 129 | 0 | 0.12 | 0.21 | 0.36 | 24.71 | 0.16 | 0.57 |
| Hex | A3 | 8F | 81 | 0 | C | 15 | 24 | 19 | 10 | 39 |
| Octal | 243 | 217 | 201 | 0 | 14 | 25 | 44 | 31 | 20 | 71 |
| Binary | 10100011 | 10001111 | 10000001 | 0 | 1100 | 10101 | 100100 | 11001 | 10000 | 111001 |
Color Harmonies of #A38F81
Complementary color
Monochromatic Colors of #A38F81
Black with #A38F81
Text Example
Text Example
White with #A38F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38F81; }
p { color: rgb(163,143,129); }
H1.HeaderClassName
{
color: #A38F81;
}
.AnyTagClassName
{
color: #A38F81;
}
</style>
background-color css
<style>
a { background-color: #A38F81; }
a { background-color: rgb(163,143,129); }
div.DivClassName
{
background-color: #A38F81;
}
.BgClassName
{
background-color: #A38F81;
}
</style>
border-color css
<style>
span { border-color: #A38F81; }
span { border-color: rgb(163,143,129); }
td.TdClassName
{
border-color: #A38F81;
}
.TagClassName
{
border-color: #A38F81;
}
</style>