Shades of Zorba #A19283
Tints of Zorba #A19283
RGB
CMYK
RGB Variations
Color information
#A19283 (or 0xA19283) is known color: Zorba. HEX triplet: A1, 92 and 83. RGB value is (161,146,131). Sum of RGB (Red+Green+Blue) = 161+146+131=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 161 - color contains mainly: red. Hex color #A19283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19283 is #5E6D7C. Grayscale: #949494. Windows color (decimal): -6188413 or 8622753. OLE color: 8622753.
HSL color Cylindrical-coordinate representation of color #A19283: hue angle of 30º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A19283 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 131 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.37 |
| HSL | 30º | 0.14% | 0.57% | - |
| HSV(B) | 30º | 0.19% | 0.63% | - |
| XYZ | 29.07 | 29.77 | 25.69 | - |
| YUV | 148.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 131 | 0 | 0.09 | 0.19 | 0.37 | 30 | 0.14 | 0.57 |
| Hex | A1 | 92 | 83 | 0 | 9 | 13 | 25 | 1E | E | 39 |
| Octal | 241 | 222 | 203 | 0 | 11 | 23 | 45 | 36 | 16 | 71 |
| Binary | 10100001 | 10010010 | 10000011 | 0 | 1001 | 10011 | 100101 | 11110 | 1110 | 111001 |
Color Harmonies of #A19283
Complementary color
Monochromatic Colors of #A19283
Black with #A19283
Text Example
Text Example
White with #A19283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19283; }
p { color: rgb(161,146,131); }
H1.HeaderClassName
{
color: #A19283;
}
.AnyTagClassName
{
color: #A19283;
}
</style>
background-color css
<style>
a { background-color: #A19283; }
a { background-color: rgb(161,146,131); }
div.DivClassName
{
background-color: #A19283;
}
.BgClassName
{
background-color: #A19283;
}
</style>
border-color css
<style>
span { border-color: #A19283; }
span { border-color: rgb(161,146,131); }
td.TdClassName
{
border-color: #A19283;
}
.TagClassName
{
border-color: #A19283;
}
</style>