Shades of Lucky #A09B1A
Tints of Lucky #A09B1A
RGB
CMYK
RGB Variations
Color information
#A09B1A (or 0xA09B1A) is known color: Lucky. HEX triplet: A0, 9B and 1A. RGB value is (160,155,26). Sum of RGB (Red+Green+Blue) = 160+155+26=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09B1A is #5F64E5. Grayscale: #8E8E8E. Windows color (decimal): -6251750 or 1743776. OLE color: 1743776.
HSL color Cylindrical-coordinate representation of color #A09B1A: hue angle of 57.76º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A09B1A is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 26 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.37 |
| HSL | 57.76º | 0.72% | 0.36% | - |
| HSV(B) | 57.76º | 0.84% | 0.63% | - |
| XYZ | 26.41 | 30.99 | 5.57 | - |
| YUV | 141.79 | 62.66 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 26 | 0 | 0.03 | 0.84 | 0.37 | 57.76 | 0.72 | 0.36 |
| Hex | A0 | 9B | 1A | 0 | 3 | 54 | 25 | 3A | 48 | 24 |
| Octal | 240 | 233 | 32 | 0 | 3 | 124 | 45 | 72 | 110 | 44 |
| Binary | 10100000 | 10011011 | 11010 | 0 | 11 | 1010100 | 100101 | 111010 | 1001000 | 100100 |
Color Harmonies of #A09B1A
Complementary color
Monochromatic Colors of #A09B1A
Black with #A09B1A
Text Example
Text Example
White with #A09B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B1A; }
p { color: rgb(160,155,26); }
H1.HeaderClassName
{
color: #A09B1A;
}
.AnyTagClassName
{
color: #A09B1A;
}
</style>
background-color css
<style>
a { background-color: #A09B1A; }
a { background-color: rgb(160,155,26); }
div.DivClassName
{
background-color: #A09B1A;
}
.BgClassName
{
background-color: #A09B1A;
}
</style>
border-color css
<style>
span { border-color: #A09B1A; }
span { border-color: rgb(160,155,26); }
td.TdClassName
{
border-color: #A09B1A;
}
.TagClassName
{
border-color: #A09B1A;
}
</style>