Shades of Lucky #A09B0F
Tints of Lucky #A09B0F
RGB
CMYK
RGB Variations
Color information
#A09B0F (or 0xA09B0F) is known color: Lucky. HEX triplet: A0, 9B and 0F. RGB value is (160,155,15). Sum of RGB (Red+Green+Blue) = 160+155+15=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09B0F is #5F64F0. Grayscale: #8D8D8D. Windows color (decimal): -6251761 or 1022880. OLE color: 1022880.
HSL color Cylindrical-coordinate representation of color #A09B0F: hue angle of 57.93º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A09B0F is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 15 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.37 |
| HSL | 57.93º | 0.83% | 0.34% | - |
| HSV(B) | 57.93º | 0.91% | 0.63% | - |
| XYZ | 26.3 | 30.95 | 5.04 | - |
| YUV | 140.54 | 57.16 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 15 | 0 | 0.03 | 0.91 | 0.37 | 57.93 | 0.83 | 0.34 |
| Hex | A0 | 9B | F | 0 | 3 | 5B | 25 | 3A | 53 | 22 |
| Octal | 240 | 233 | 17 | 0 | 3 | 133 | 45 | 72 | 123 | 42 |
| Binary | 10100000 | 10011011 | 1111 | 0 | 11 | 1011011 | 100101 | 111010 | 1010011 | 100010 |
Color Harmonies of #A09B0F
Complementary color
Monochromatic Colors of #A09B0F
Black with #A09B0F
Text Example
Text Example
White with #A09B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B0F; }
p { color: rgb(160,155,15); }
H1.HeaderClassName
{
color: #A09B0F;
}
.AnyTagClassName
{
color: #A09B0F;
}
</style>
background-color css
<style>
a { background-color: #A09B0F; }
a { background-color: rgb(160,155,15); }
div.DivClassName
{
background-color: #A09B0F;
}
.BgClassName
{
background-color: #A09B0F;
}
</style>
border-color css
<style>
span { border-color: #A09B0F; }
span { border-color: rgb(160,155,15); }
td.TdClassName
{
border-color: #A09B0F;
}
.TagClassName
{
border-color: #A09B0F;
}
</style>