Shades of Lucky #A09001
Tints of Lucky #A09001
RGB
CMYK
RGB Variations
Color information
#A09001 (or 0xA09001) is known color: Lucky. HEX triplet: A0, 90 and 01. RGB value is (160,144,1). Sum of RGB (Red+Green+Blue) = 160+144+1=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A09001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09001 is #5F6FFE. Grayscale: #858585. Windows color (decimal): -6254591 or 102560. OLE color: 102560.
HSL color Cylindrical-coordinate representation of color #A09001: hue angle of 53.96º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A09001 is Cyan = 0, Magento = 0.1, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 1 | - |
| CMYK | 0 | 0.1 | 0.99 | 0.37 |
| HSL | 53.96º | 0.99% | 0.32% | - |
| HSV(B) | 53.96º | 0.99% | 0.63% | - |
| XYZ | 24.48 | 27.42 | 4.03 | - |
| YUV | 132.48 | 53.8 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 1 | 0 | 0.1 | 0.99 | 0.37 | 53.96 | 0.99 | 0.32 |
| Hex | A0 | 90 | 1 | 0 | A | 63 | 25 | 36 | 63 | 20 |
| Octal | 240 | 220 | 1 | 0 | 12 | 143 | 45 | 66 | 143 | 40 |
| Binary | 10100000 | 10010000 | 1 | 0 | 1010 | 1100011 | 100101 | 110110 | 1100011 | 100000 |
Color Harmonies of #A09001
Complementary color
Monochromatic Colors of #A09001
Black with #A09001
Text Example
Text Example
White with #A09001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09001; }
p { color: rgb(160,144,1); }
H1.HeaderClassName
{
color: #A09001;
}
.AnyTagClassName
{
color: #A09001;
}
</style>
background-color css
<style>
a { background-color: #A09001; }
a { background-color: rgb(160,144,1); }
div.DivClassName
{
background-color: #A09001;
}
.BgClassName
{
background-color: #A09001;
}
</style>
border-color css
<style>
span { border-color: #A09001; }
span { border-color: rgb(160,144,1); }
td.TdClassName
{
border-color: #A09001;
}
.TagClassName
{
border-color: #A09001;
}
</style>