Shades of Lucky #A09203
Tints of Lucky #A09203
RGB
CMYK
RGB Variations
Color information
#A09203 (or 0xA09203) is known color: Lucky. HEX triplet: A0, 92 and 03. RGB value is (160,146,3). Sum of RGB (Red+Green+Blue) = 160+146+3=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A09203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09203 is #5F6DFC. Grayscale: #868686. Windows color (decimal): -6254077 or 234144. OLE color: 234144.
HSL color Cylindrical-coordinate representation of color #A09203: hue angle of 54.65º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A09203 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 146 | 3 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.37 |
| HSL | 54.65º | 0.96% | 0.32% | - |
| HSV(B) | 54.65º | 0.98% | 0.63% | - |
| XYZ | 24.79 | 28.04 | 4.19 | - |
| YUV | 133.88 | 54.14 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 3 | 0 | 0.09 | 0.98 | 0.37 | 54.65 | 0.96 | 0.32 |
| Hex | A0 | 92 | 3 | 0 | 9 | 62 | 25 | 37 | 60 | 20 |
| Octal | 240 | 222 | 3 | 0 | 11 | 142 | 45 | 67 | 140 | 40 |
| Binary | 10100000 | 10010010 | 11 | 0 | 1001 | 1100010 | 100101 | 110111 | 1100000 | 100000 |
Color Harmonies of #A09203
Complementary color
Monochromatic Colors of #A09203
Black with #A09203
Text Example
Text Example
White with #A09203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09203; }
p { color: rgb(160,146,3); }
H1.HeaderClassName
{
color: #A09203;
}
.AnyTagClassName
{
color: #A09203;
}
</style>
background-color css
<style>
a { background-color: #A09203; }
a { background-color: rgb(160,146,3); }
div.DivClassName
{
background-color: #A09203;
}
.BgClassName
{
background-color: #A09203;
}
</style>
border-color css
<style>
span { border-color: #A09203; }
span { border-color: rgb(160,146,3); }
td.TdClassName
{
border-color: #A09203;
}
.TagClassName
{
border-color: #A09203;
}
</style>