Shades of Lucky #A09B1B
Tints of Lucky #A09B1B
RGB
CMYK
RGB Variations
Color information
#A09B1B (or 0xA09B1B) is known color: Lucky. HEX triplet: A0, 9B and 1B. RGB value is (160,155,27). Sum of RGB (Red+Green+Blue) = 160+155+27=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09B1B is #5F64E4. Grayscale: #8E8E8E. Windows color (decimal): -6251749 or 1809312. OLE color: 1809312.
HSL color Cylindrical-coordinate representation of color #A09B1B: hue angle of 57.74º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A09B1B is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 27 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.37 |
| HSL | 57.74º | 0.71% | 0.37% | - |
| HSV(B) | 57.74º | 0.83% | 0.63% | - |
| XYZ | 26.42 | 31 | 5.63 | - |
| YUV | 141.9 | 63.16 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 27 | 0 | 0.03 | 0.83 | 0.37 | 57.74 | 0.71 | 0.37 |
| Hex | A0 | 9B | 1B | 0 | 3 | 53 | 25 | 3A | 47 | 25 |
| Octal | 240 | 233 | 33 | 0 | 3 | 123 | 45 | 72 | 107 | 45 |
| Binary | 10100000 | 10011011 | 11011 | 0 | 11 | 1010011 | 100101 | 111010 | 1000111 | 100101 |
Color Harmonies of #A09B1B
Complementary color
Monochromatic Colors of #A09B1B
Black with #A09B1B
Text Example
Text Example
White with #A09B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B1B; }
p { color: rgb(160,155,27); }
H1.HeaderClassName
{
color: #A09B1B;
}
.AnyTagClassName
{
color: #A09B1B;
}
</style>
background-color css
<style>
a { background-color: #A09B1B; }
a { background-color: rgb(160,155,27); }
div.DivClassName
{
background-color: #A09B1B;
}
.BgClassName
{
background-color: #A09B1B;
}
</style>
border-color css
<style>
span { border-color: #A09B1B; }
span { border-color: rgb(160,155,27); }
td.TdClassName
{
border-color: #A09B1B;
}
.TagClassName
{
border-color: #A09B1B;
}
</style>