Shades of Lucky #A19A2F
Tints of Lucky #A19A2F
RGB
CMYK
RGB Variations
Color information
#A19A2F (or 0xA19A2F) is known color: Lucky. HEX triplet: A1, 9A and 2F. RGB value is (161,154,47). Sum of RGB (Red+Green+Blue) = 161+154+47=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19A2F is #5E65D0. Grayscale: #909090. Windows color (decimal): -6186449 or 3119777. OLE color: 3119777.
HSL color Cylindrical-coordinate representation of color #A19A2F: hue angle of 56.32º 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 #A19A2F is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 154 | 47 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.37 |
| HSL | 56.32º | 0.55% | 0.41% | - |
| HSV(B) | 56.32º | 0.71% | 0.63% | - |
| XYZ | 26.77 | 30.89 | 7.24 | - |
| YUV | 143.9 | 73.32 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 47 | 0 | 0.04 | 0.71 | 0.37 | 56.32 | 0.55 | 0.41 |
| Hex | A1 | 9A | 2F | 0 | 4 | 47 | 25 | 38 | 37 | 29 |
| Octal | 241 | 232 | 57 | 0 | 4 | 107 | 45 | 70 | 67 | 51 |
| Binary | 10100001 | 10011010 | 101111 | 0 | 100 | 1000111 | 100101 | 111000 | 110111 | 101001 |
Color Harmonies of #A19A2F
Complementary color
Monochromatic Colors of #A19A2F
Black with #A19A2F
Text Example
Text Example
White with #A19A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19A2F; }
p { color: rgb(161,154,47); }
H1.HeaderClassName
{
color: #A19A2F;
}
.AnyTagClassName
{
color: #A19A2F;
}
</style>
background-color css
<style>
a { background-color: #A19A2F; }
a { background-color: rgb(161,154,47); }
div.DivClassName
{
background-color: #A19A2F;
}
.BgClassName
{
background-color: #A19A2F;
}
</style>
border-color css
<style>
span { border-color: #A19A2F; }
span { border-color: rgb(161,154,47); }
td.TdClassName
{
border-color: #A19A2F;
}
.TagClassName
{
border-color: #A19A2F;
}
</style>