Shades of Zorba #A19D9A
Tints of Zorba #A19D9A
RGB
CMYK
RGB Variations
Color information
#A19D9A (or 0xA19D9A) is known color: Zorba. HEX triplet: A1, 9D and 9A. RGB value is (161,157,154). Sum of RGB (Red+Green+Blue) = 161+157+154=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19D9A is #5E6265. Grayscale: #9D9D9D. Windows color (decimal): -6185574 or 10132897. OLE color: 10132897.
HSL color Cylindrical-coordinate representation of color #A19D9A: hue angle of 25.71º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A19D9A is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
RGB | 161 | 157 | 154 | - |
CMYK | 0 | 0.02 | 0.04 | 0.37 |
HSL | 25.71º | 0.04% | 0.62% | - |
HSV(B) | 25.71º | 0.04% | 0.63% | - |
XYZ | 32.59 | 34.02 | 35.42 | - |
YUV | 157.85 | 125.83 | 130.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 157 | 154 | 0 | 0.02 | 0.04 | 0.37 | 25.71 | 0.04 | 0.62 |
Hex | A1 | 9D | 9A | 0 | 2 | 4 | 25 | 1A | 4 | 3E |
Octal | 241 | 235 | 232 | 0 | 2 | 4 | 45 | 32 | 4 | 76 |
Binary | 10100001 | 10011101 | 10011010 | 0 | 10 | 100 | 100101 | 11010 | 100 | 111110 |
Color Harmonies of #A19D9A
Complementary color
Monochromatic Colors of #A19D9A
Black with #A19D9A
Text Example
Text Example
White with #A19D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19D9A; }
p { color: rgb(161,157,154); }
H1.HeaderClassName
{
color: #A19D9A;
}
.AnyTagClassName
{
color: #A19D9A;
}
</style>
background-color css
<style>
a { background-color: #A19D9A; }
a { background-color: rgb(161,157,154); }
div.DivClassName
{
background-color: #A19D9A;
}
.BgClassName
{
background-color: #A19D9A;
}
</style>
border-color css
<style>
span { border-color: #A19D9A; }
span { border-color: rgb(161,157,154); }
td.TdClassName
{
border-color: #A19D9A;
}
.TagClassName
{
border-color: #A19D9A;
}
</style>