Shades of Lucky #A09B02
Tints of Lucky #A09B02
RGB
CMYK
RGB Variations
Color information
#A09B02 (or 0xA09B02) is known color: Lucky. HEX triplet: A0, 9B and 02. RGB value is (160,155,2). Sum of RGB (Red+Green+Blue) = 160+155+2=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 155 (60.94% from 255 or 48.90% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09B02 is #5F64FD. Grayscale: #8B8B8B. Windows color (decimal): -6251774 or 170912. OLE color: 170912.
HSL color Cylindrical-coordinate representation of color #A09B02: hue angle of 58.1º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A09B02 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.37 |
| HSL | 58.1º | 0.98% | 0.32% | - |
| HSV(B) | 58.1º | 0.99% | 0.63% | - |
| XYZ | 26.23 | 30.92 | 4.64 | - |
| YUV | 139.05 | 50.66 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 2 | 0 | 0.03 | 0.99 | 0.37 | 58.1 | 0.98 | 0.32 |
| Hex | A0 | 9B | 2 | 0 | 3 | 63 | 25 | 3A | 62 | 20 |
| Octal | 240 | 233 | 2 | 0 | 3 | 143 | 45 | 72 | 142 | 40 |
| Binary | 10100000 | 10011011 | 10 | 0 | 11 | 1100011 | 100101 | 111010 | 1100010 | 100000 |
Color Harmonies of #A09B02
Complementary color
Monochromatic Colors of #A09B02
Black with #A09B02
Text Example
Text Example
White with #A09B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B02; }
p { color: rgb(160,155,2); }
H1.HeaderClassName
{
color: #A09B02;
}
.AnyTagClassName
{
color: #A09B02;
}
</style>
background-color css
<style>
a { background-color: #A09B02; }
a { background-color: rgb(160,155,2); }
div.DivClassName
{
background-color: #A09B02;
}
.BgClassName
{
background-color: #A09B02;
}
</style>
border-color css
<style>
span { border-color: #A09B02; }
span { border-color: rgb(160,155,2); }
td.TdClassName
{
border-color: #A09B02;
}
.TagClassName
{
border-color: #A09B02;
}
</style>