Shades of Zorba #A69C92
Tints of Zorba #A69C92
RGB
CMYK
RGB Variations
Color information
#A69C92 (or 0xA69C92) is known color: Zorba. HEX triplet: A6, 9C and 92. RGB value is (166,156,146). Sum of RGB (Red+Green+Blue) = 166+156+146=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69C92 is #59636D. Grayscale: #9D9D9D. Windows color (decimal): -5858158 or 9608358. OLE color: 9608358.
HSL color Cylindrical-coordinate representation of color #A69C92: hue angle of 30º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A69C92 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
RGB | 166 | 156 | 146 | - |
CMYK | 0 | 0.06 | 0.12 | 0.35 |
HSL | 30º | 0.1% | 0.61% | - |
HSV(B) | 30º | 0.12% | 0.65% | - |
XYZ | 32.8 | 33.96 | 32.02 | - |
YUV | 157.85 | 121.31 | 133.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 156 | 146 | 0 | 0.06 | 0.12 | 0.35 | 30 | 0.1 | 0.61 |
Hex | A6 | 9C | 92 | 0 | 6 | C | 23 | 1E | A | 3D |
Octal | 246 | 234 | 222 | 0 | 6 | 14 | 43 | 36 | 12 | 75 |
Binary | 10100110 | 10011100 | 10010010 | 0 | 110 | 1100 | 100011 | 11110 | 1010 | 111101 |
Color Harmonies of #A69C92
Complementary color
Monochromatic Colors of #A69C92
Black with #A69C92
Text Example
Text Example
White with #A69C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69C92; }
p { color: rgb(166,156,146); }
H1.HeaderClassName
{
color: #A69C92;
}
.AnyTagClassName
{
color: #A69C92;
}
</style>
background-color css
<style>
a { background-color: #A69C92; }
a { background-color: rgb(166,156,146); }
div.DivClassName
{
background-color: #A69C92;
}
.BgClassName
{
background-color: #A69C92;
}
</style>
border-color css
<style>
span { border-color: #A69C92; }
span { border-color: rgb(166,156,146); }
td.TdClassName
{
border-color: #A69C92;
}
.TagClassName
{
border-color: #A69C92;
}
</style>