Shades of Lucky #A09623
Tints of Lucky #A09623
RGB
CMYK
RGB Variations
Color information
#A09623 (or 0xA09623) is known color: Lucky. HEX triplet: A0, 96 and 23. RGB value is (160,150,35). Sum of RGB (Red+Green+Blue) = 160+150+35=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A09623 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09623 is #5F69DC. Grayscale: #8C8C8C. Windows color (decimal): -6253021 or 2332320. OLE color: 2332320.
HSL color Cylindrical-coordinate representation of color #A09623: hue angle of 55.2º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A09623 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 150 | 35 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.37 |
| HSL | 55.2º | 0.64% | 0.38% | - |
| HSV(B) | 55.2º | 0.78% | 0.63% | - |
| XYZ | 25.71 | 29.41 | 5.91 | - |
| YUV | 139.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 35 | 0 | 0.06 | 0.78 | 0.37 | 55.2 | 0.64 | 0.38 |
| Hex | A0 | 96 | 23 | 0 | 6 | 4E | 25 | 37 | 40 | 26 |
| Octal | 240 | 226 | 43 | 0 | 6 | 116 | 45 | 67 | 100 | 46 |
| Binary | 10100000 | 10010110 | 100011 | 0 | 110 | 1001110 | 100101 | 110111 | 1000000 | 100110 |
Color Harmonies of #A09623
Complementary color
Monochromatic Colors of #A09623
Black with #A09623
Text Example
Text Example
White with #A09623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09623; }
p { color: rgb(160,150,35); }
H1.HeaderClassName
{
color: #A09623;
}
.AnyTagClassName
{
color: #A09623;
}
</style>
background-color css
<style>
a { background-color: #A09623; }
a { background-color: rgb(160,150,35); }
div.DivClassName
{
background-color: #A09623;
}
.BgClassName
{
background-color: #A09623;
}
</style>
border-color css
<style>
span { border-color: #A09623; }
span { border-color: rgb(160,150,35); }
td.TdClassName
{
border-color: #A09623;
}
.TagClassName
{
border-color: #A09623;
}
</style>