Shades of Lucky #A09A2F
Tints of Lucky #A09A2F
RGB
CMYK
RGB Variations
Color information
#A09A2F (or 0xA09A2F) is known color: Lucky. HEX triplet: A0, 9A and 2F. RGB value is (160,154,47). Sum of RGB (Red+Green+Blue) = 160+154+47=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09A2F is #5F65D0. Grayscale: #909090. Windows color (decimal): -6251985 or 3119776. OLE color: 3119776.
HSL color Cylindrical-coordinate representation of color #A09A2F: hue angle of 56.81º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A09A2F is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 154 | 47 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.37 |
| HSL | 56.81º | 0.55% | 0.41% | - |
| HSV(B) | 56.81º | 0.71% | 0.63% | - |
| XYZ | 26.57 | 30.79 | 7.23 | - |
| YUV | 143.6 | 73.49 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 154 | 47 | 0 | 0.04 | 0.71 | 0.37 | 56.81 | 0.55 | 0.41 |
| Hex | A0 | 9A | 2F | 0 | 4 | 47 | 25 | 39 | 37 | 29 |
| Octal | 240 | 232 | 57 | 0 | 4 | 107 | 45 | 71 | 67 | 51 |
| Binary | 10100000 | 10011010 | 101111 | 0 | 100 | 1000111 | 100101 | 111001 | 110111 | 101001 |
Color Harmonies of #A09A2F
Complementary color
Monochromatic Colors of #A09A2F
Black with #A09A2F
Text Example
Text Example
White with #A09A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09A2F; }
p { color: rgb(160,154,47); }
H1.HeaderClassName
{
color: #A09A2F;
}
.AnyTagClassName
{
color: #A09A2F;
}
</style>
background-color css
<style>
a { background-color: #A09A2F; }
a { background-color: rgb(160,154,47); }
div.DivClassName
{
background-color: #A09A2F;
}
.BgClassName
{
background-color: #A09A2F;
}
</style>
border-color css
<style>
span { border-color: #A09A2F; }
span { border-color: rgb(160,154,47); }
td.TdClassName
{
border-color: #A09A2F;
}
.TagClassName
{
border-color: #A09A2F;
}
</style>