Shades of Zorba #A3907F
Tints of Zorba #A3907F
RGB
CMYK
RGB Variations
Color information
#A3907F (or 0xA3907F) is known color: Zorba. HEX triplet: A3, 90 and 7F. RGB value is (163,144,127). Sum of RGB (Red+Green+Blue) = 163+144+127=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 163 - color contains mainly: red. Hex color #A3907F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3907F is #5C6F80. Grayscale: #939393. Windows color (decimal): -6057857 or 8360099. OLE color: 8360099.
HSL color Cylindrical-coordinate representation of color #A3907F: hue angle of 28.33º degrees, saturation: 0.16, 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 #A3907F is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 144 | 127 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.36 |
| HSL | 28.33º | 0.16% | 0.57% | - |
| HSV(B) | 28.33º | 0.22% | 0.64% | - |
| XYZ | 28.91 | 29.27 | 24.2 | - |
| YUV | 147.74 | 116.29 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 144 | 127 | 0 | 0.12 | 0.22 | 0.36 | 28.33 | 0.16 | 0.57 |
| Hex | A3 | 90 | 7F | 0 | C | 16 | 24 | 1C | 10 | 39 |
| Octal | 243 | 220 | 177 | 0 | 14 | 26 | 44 | 34 | 20 | 71 |
| Binary | 10100011 | 10010000 | 1111111 | 0 | 1100 | 10110 | 100100 | 11100 | 10000 | 111001 |
Color Harmonies of #A3907F
Complementary color
Monochromatic Colors of #A3907F
Black with #A3907F
Text Example
Text Example
White with #A3907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3907F; }
p { color: rgb(163,144,127); }
H1.HeaderClassName
{
color: #A3907F;
}
.AnyTagClassName
{
color: #A3907F;
}
</style>
background-color css
<style>
a { background-color: #A3907F; }
a { background-color: rgb(163,144,127); }
div.DivClassName
{
background-color: #A3907F;
}
.BgClassName
{
background-color: #A3907F;
}
</style>
border-color css
<style>
span { border-color: #A3907F; }
span { border-color: rgb(163,144,127); }
td.TdClassName
{
border-color: #A3907F;
}
.TagClassName
{
border-color: #A3907F;
}
</style>