Shades of Zorba #A38F83
Tints of Zorba #A38F83
RGB
CMYK
RGB Variations
Color information
#A38F83 (or 0xA38F83) is known color: Zorba. HEX triplet: A3, 8F and 83. RGB value is (163,143,131). Sum of RGB (Red+Green+Blue) = 163+143+131=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38F83 is #5C707C. Grayscale: #939393. Windows color (decimal): -6058109 or 8621987. OLE color: 8621987.
HSL color Cylindrical-coordinate representation of color #A38F83: hue angle of 22.5º 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 #A38F83 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 143 | 131 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.36 |
| HSL | 22.5º | 0.15% | 0.58% | - |
| HSV(B) | 22.5º | 0.2% | 0.64% | - |
| XYZ | 29.02 | 29.07 | 25.55 | - |
| YUV | 147.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 131 | 0 | 0.12 | 0.20 | 0.36 | 22.5 | 0.15 | 0.58 |
| Hex | A3 | 8F | 83 | 0 | C | 14 | 24 | 16 | F | 3A |
| Octal | 243 | 217 | 203 | 0 | 14 | 24 | 44 | 26 | 17 | 72 |
| Binary | 10100011 | 10001111 | 10000011 | 0 | 1100 | 10100 | 100100 | 10110 | 1111 | 111010 |
Color Harmonies of #A38F83
Complementary color
Monochromatic Colors of #A38F83
Black with #A38F83
Text Example
Text Example
White with #A38F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38F83; }
p { color: rgb(163,143,131); }
H1.HeaderClassName
{
color: #A38F83;
}
.AnyTagClassName
{
color: #A38F83;
}
</style>
background-color css
<style>
a { background-color: #A38F83; }
a { background-color: rgb(163,143,131); }
div.DivClassName
{
background-color: #A38F83;
}
.BgClassName
{
background-color: #A38F83;
}
</style>
border-color css
<style>
span { border-color: #A38F83; }
span { border-color: rgb(163,143,131); }
td.TdClassName
{
border-color: #A38F83;
}
.TagClassName
{
border-color: #A38F83;
}
</style>