Shades of Lucky #A69B2B
Tints of Lucky #A69B2B
RGB
CMYK
RGB Variations
Color information
#A69B2B (or 0xA69B2B) is known color: Lucky. HEX triplet: A6, 9B and 2B. RGB value is (166,155,43). Sum of RGB (Red+Green+Blue) = 166+155+43=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69B2B is #5964D4. Grayscale: #919191. Windows color (decimal): -5858517 or 2857894. OLE color: 2857894.
HSL color Cylindrical-coordinate representation of color #A69B2B: hue angle of 54.63º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A69B2B is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 155 | 43 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.35 |
| HSL | 54.63º | 0.59% | 0.41% | - |
| HSV(B) | 54.63º | 0.74% | 0.65% | - |
| XYZ | 27.88 | 31.72 | 6.94 | - |
| YUV | 145.52 | 70.14 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 155 | 43 | 0 | 0.07 | 0.74 | 0.35 | 54.63 | 0.59 | 0.41 |
| Hex | A6 | 9B | 2B | 0 | 7 | 4A | 23 | 37 | 3B | 29 |
| Octal | 246 | 233 | 53 | 0 | 7 | 112 | 43 | 67 | 73 | 51 |
| Binary | 10100110 | 10011011 | 101011 | 0 | 111 | 1001010 | 100011 | 110111 | 111011 | 101001 |
Color Harmonies of #A69B2B
Complementary color
Monochromatic Colors of #A69B2B
Black with #A69B2B
Text Example
Text Example
White with #A69B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69B2B; }
p { color: rgb(166,155,43); }
H1.HeaderClassName
{
color: #A69B2B;
}
.AnyTagClassName
{
color: #A69B2B;
}
</style>
background-color css
<style>
a { background-color: #A69B2B; }
a { background-color: rgb(166,155,43); }
div.DivClassName
{
background-color: #A69B2B;
}
.BgClassName
{
background-color: #A69B2B;
}
</style>
border-color css
<style>
span { border-color: #A69B2B; }
span { border-color: rgb(166,155,43); }
td.TdClassName
{
border-color: #A69B2B;
}
.TagClassName
{
border-color: #A69B2B;
}
</style>