Shades of Lucky #A19D2D
Tints of Lucky #A19D2D
RGB
CMYK
RGB Variations
Color information
#A19D2D (or 0xA19D2D) is known color: Lucky. HEX triplet: A1, 9D and 2D. RGB value is (161,157,45). Sum of RGB (Red+Green+Blue) = 161+157+45=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19D2D is #5E62D2. Grayscale: #919191. Windows color (decimal): -6185683 or 2989473. OLE color: 2989473.
HSL color Cylindrical-coordinate representation of color #A19D2D: hue angle of 57.93º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A19D2D is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 157 | 45 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.37 |
| HSL | 57.93º | 0.56% | 0.4% | - |
| HSV(B) | 57.93º | 0.72% | 0.63% | - |
| XYZ | 27.23 | 31.88 | 7.2 | - |
| YUV | 145.43 | 71.33 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 45 | 0 | 0.02 | 0.72 | 0.37 | 57.93 | 0.56 | 0.4 |
| Hex | A1 | 9D | 2D | 0 | 2 | 48 | 25 | 3A | 38 | 28 |
| Octal | 241 | 235 | 55 | 0 | 2 | 110 | 45 | 72 | 70 | 50 |
| Binary | 10100001 | 10011101 | 101101 | 0 | 10 | 1001000 | 100101 | 111010 | 111000 | 101000 |
Color Harmonies of #A19D2D
Complementary color
Monochromatic Colors of #A19D2D
Black with #A19D2D
Text Example
Text Example
White with #A19D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19D2D; }
p { color: rgb(161,157,45); }
H1.HeaderClassName
{
color: #A19D2D;
}
.AnyTagClassName
{
color: #A19D2D;
}
</style>
background-color css
<style>
a { background-color: #A19D2D; }
a { background-color: rgb(161,157,45); }
div.DivClassName
{
background-color: #A19D2D;
}
.BgClassName
{
background-color: #A19D2D;
}
</style>
border-color css
<style>
span { border-color: #A19D2D; }
span { border-color: rgb(161,157,45); }
td.TdClassName
{
border-color: #A19D2D;
}
.TagClassName
{
border-color: #A19D2D;
}
</style>