Shades of Lucky #A09B23
Tints of Lucky #A09B23
RGB
CMYK
RGB Variations
Color information
#A09B23 (or 0xA09B23) is known color: Lucky. HEX triplet: A0, 9B and 23. RGB value is (160,155,35). Sum of RGB (Red+Green+Blue) = 160+155+35=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 35 (14.06% from 255 or 10% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09B23 is #5F64DC. Grayscale: #8F8F8F. Windows color (decimal): -6251741 or 2333600. OLE color: 2333600.
HSL color Cylindrical-coordinate representation of color #A09B23: hue angle of 57.6º 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 #A09B23 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 35 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.37 |
| HSL | 57.6º | 0.64% | 0.38% | - |
| HSV(B) | 57.6º | 0.78% | 0.63% | - |
| XYZ | 26.52 | 31.04 | 6.18 | - |
| YUV | 142.82 | 67.16 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 35 | 0 | 0.03 | 0.78 | 0.37 | 57.6 | 0.64 | 0.38 |
| Hex | A0 | 9B | 23 | 0 | 3 | 4E | 25 | 3A | 40 | 26 |
| Octal | 240 | 233 | 43 | 0 | 3 | 116 | 45 | 72 | 100 | 46 |
| Binary | 10100000 | 10011011 | 100011 | 0 | 11 | 1001110 | 100101 | 111010 | 1000000 | 100110 |
Color Harmonies of #A09B23
Complementary color
Monochromatic Colors of #A09B23
Black with #A09B23
Text Example
Text Example
White with #A09B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B23; }
p { color: rgb(160,155,35); }
H1.HeaderClassName
{
color: #A09B23;
}
.AnyTagClassName
{
color: #A09B23;
}
</style>
background-color css
<style>
a { background-color: #A09B23; }
a { background-color: rgb(160,155,35); }
div.DivClassName
{
background-color: #A09B23;
}
.BgClassName
{
background-color: #A09B23;
}
</style>
border-color css
<style>
span { border-color: #A09B23; }
span { border-color: rgb(160,155,35); }
td.TdClassName
{
border-color: #A09B23;
}
.TagClassName
{
border-color: #A09B23;
}
</style>