Shades of Zorba #A89483
Tints of Zorba #A89483
RGB
CMYK
RGB Variations
Color information
#A89483 (or 0xA89483) is known color: Zorba. HEX triplet: A8, 94 and 83. RGB value is (168,148,131). Sum of RGB (Red+Green+Blue) = 168+148+131=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 168 - color contains mainly: red. Hex color #A89483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89483 is #576B7C. Grayscale: #989898. Windows color (decimal): -5729149 or 8623272. OLE color: 8623272.
HSL color Cylindrical-coordinate representation of color #A89483: hue angle of 27.57º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A89483 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 148 | 131 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.34 |
| HSL | 27.57º | 0.18% | 0.59% | - |
| HSV(B) | 27.57º | 0.22% | 0.66% | - |
| XYZ | 30.84 | 31.14 | 25.86 | - |
| YUV | 152.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 131 | 0 | 0.12 | 0.22 | 0.34 | 27.57 | 0.18 | 0.59 |
| Hex | A8 | 94 | 83 | 0 | C | 16 | 22 | 1C | 12 | 3B |
| Octal | 250 | 224 | 203 | 0 | 14 | 26 | 42 | 34 | 22 | 73 |
| Binary | 10101000 | 10010100 | 10000011 | 0 | 1100 | 10110 | 100010 | 11100 | 10010 | 111011 |
Color Harmonies of #A89483
Complementary color
Monochromatic Colors of #A89483
Black with #A89483
Text Example
Text Example
White with #A89483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89483; }
p { color: rgb(168,148,131); }
H1.HeaderClassName
{
color: #A89483;
}
.AnyTagClassName
{
color: #A89483;
}
</style>
background-color css
<style>
a { background-color: #A89483; }
a { background-color: rgb(168,148,131); }
div.DivClassName
{
background-color: #A89483;
}
.BgClassName
{
background-color: #A89483;
}
</style>
border-color css
<style>
span { border-color: #A89483; }
span { border-color: rgb(168,148,131); }
td.TdClassName
{
border-color: #A89483;
}
.TagClassName
{
border-color: #A89483;
}
</style>