Shades of Zorba #A09D9A
Tints of Zorba #A09D9A
RGB
CMYK
RGB Variations
Color information
#A09D9A (or 0xA09D9A) is known color: Zorba. HEX triplet: A0, 9D and 9A. RGB value is (160,157,154). Sum of RGB (Red+Green+Blue) = 160+157+154=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09D9A is #5F6265. Grayscale: #9D9D9D. Windows color (decimal): -6251110 or 10132896. OLE color: 10132896.
HSL color Cylindrical-coordinate representation of color #A09D9A: hue angle of 30º degrees, saturation: 0.03, 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 #A09D9A is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
RGB | 160 | 157 | 154 | - |
CMYK | 0 | 0.02 | 0.04 | 0.37 |
HSL | 30º | 0.03% | 0.62% | - |
HSV(B) | 30º | 0.04% | 0.63% | - |
XYZ | 32.39 | 33.92 | 35.41 | - |
YUV | 157.56 | 125.99 | 129.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 157 | 154 | 0 | 0.02 | 0.04 | 0.37 | 30 | 0.03 | 0.62 |
Hex | A0 | 9D | 9A | 0 | 2 | 4 | 25 | 1E | 3 | 3E |
Octal | 240 | 235 | 232 | 0 | 2 | 4 | 45 | 36 | 3 | 76 |
Binary | 10100000 | 10011101 | 10011010 | 0 | 10 | 100 | 100101 | 11110 | 11 | 111110 |
Color Harmonies of #A09D9A
Complementary color
Monochromatic Colors of #A09D9A
Black with #A09D9A
Text Example
Text Example
White with #A09D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09D9A; }
p { color: rgb(160,157,154); }
H1.HeaderClassName
{
color: #A09D9A;
}
.AnyTagClassName
{
color: #A09D9A;
}
</style>
background-color css
<style>
a { background-color: #A09D9A; }
a { background-color: rgb(160,157,154); }
div.DivClassName
{
background-color: #A09D9A;
}
.BgClassName
{
background-color: #A09D9A;
}
</style>
border-color css
<style>
span { border-color: #A09D9A; }
span { border-color: rgb(160,157,154); }
td.TdClassName
{
border-color: #A09D9A;
}
.TagClassName
{
border-color: #A09D9A;
}
</style>