Shades of Lucky #A1900F
Tints of Lucky #A1900F
RGB
CMYK
RGB Variations
Color information
#A1900F (or 0xA1900F) is known color: Lucky. HEX triplet: A1, 90 and 0F. RGB value is (161,144,15). Sum of RGB (Red+Green+Blue) = 161+144+15=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A1900F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1900F is #5E6FF0. Grayscale: #868686. Windows color (decimal): -6189041 or 1020065. OLE color: 1020065.
HSL color Cylindrical-coordinate representation of color #A1900F: hue angle of 53.01º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1900F is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 15 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.37 |
| HSL | 53.01º | 0.83% | 0.35% | - |
| HSV(B) | 53.01º | 0.91% | 0.63% | - |
| XYZ | 24.76 | 27.56 | 4.47 | - |
| YUV | 134.38 | 60.63 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 15 | 0 | 0.11 | 0.91 | 0.37 | 53.01 | 0.83 | 0.35 |
| Hex | A1 | 90 | F | 0 | B | 5B | 25 | 35 | 53 | 23 |
| Octal | 241 | 220 | 17 | 0 | 13 | 133 | 45 | 65 | 123 | 43 |
| Binary | 10100001 | 10010000 | 1111 | 0 | 1011 | 1011011 | 100101 | 110101 | 1010011 | 100011 |
Color Harmonies of #A1900F
Complementary color
Monochromatic Colors of #A1900F
Black with #A1900F
Text Example
Text Example
White with #A1900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1900F; }
p { color: rgb(161,144,15); }
H1.HeaderClassName
{
color: #A1900F;
}
.AnyTagClassName
{
color: #A1900F;
}
</style>
background-color css
<style>
a { background-color: #A1900F; }
a { background-color: rgb(161,144,15); }
div.DivClassName
{
background-color: #A1900F;
}
.BgClassName
{
background-color: #A1900F;
}
</style>
border-color css
<style>
span { border-color: #A1900F; }
span { border-color: rgb(161,144,15); }
td.TdClassName
{
border-color: #A1900F;
}
.TagClassName
{
border-color: #A1900F;
}
</style>