Shades of Lucky #A6972B
Tints of Lucky #A6972B
RGB
CMYK
RGB Variations
Color information
#A6972B (or 0xA6972B) is known color: Lucky. HEX triplet: A6, 97 and 2B. RGB value is (166,151,43). Sum of RGB (Red+Green+Blue) = 166+151+43=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6972B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6972B is #5968D4. Grayscale: #8F8F8F. Windows color (decimal): -5859541 or 2856870. OLE color: 2856870.
HSL color Cylindrical-coordinate representation of color #A6972B: hue angle of 52.68º 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 #A6972B is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 151 | 43 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.35 |
| HSL | 52.68º | 0.59% | 0.41% | - |
| HSV(B) | 52.68º | 0.74% | 0.65% | - |
| XYZ | 27.23 | 30.41 | 6.72 | - |
| YUV | 143.17 | 71.47 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 151 | 43 | 0 | 0.09 | 0.74 | 0.35 | 52.68 | 0.59 | 0.41 |
| Hex | A6 | 97 | 2B | 0 | 9 | 4A | 23 | 35 | 3B | 29 |
| Octal | 246 | 227 | 53 | 0 | 11 | 112 | 43 | 65 | 73 | 51 |
| Binary | 10100110 | 10010111 | 101011 | 0 | 1001 | 1001010 | 100011 | 110101 | 111011 | 101001 |
Color Harmonies of #A6972B
Complementary color
Monochromatic Colors of #A6972B
Black with #A6972B
Text Example
Text Example
White with #A6972B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6972B; }
p { color: rgb(166,151,43); }
H1.HeaderClassName
{
color: #A6972B;
}
.AnyTagClassName
{
color: #A6972B;
}
</style>
background-color css
<style>
a { background-color: #A6972B; }
a { background-color: rgb(166,151,43); }
div.DivClassName
{
background-color: #A6972B;
}
.BgClassName
{
background-color: #A6972B;
}
</style>
border-color css
<style>
span { border-color: #A6972B; }
span { border-color: rgb(166,151,43); }
td.TdClassName
{
border-color: #A6972B;
}
.TagClassName
{
border-color: #A6972B;
}
</style>