Shades of Lucky #A09602
Tints of Lucky #A09602
RGB
CMYK
RGB Variations
Color information
#A09602 (or 0xA09602) is known color: Lucky. HEX triplet: A0, 96 and 02. RGB value is (160,150,2). Sum of RGB (Red+Green+Blue) = 160+150+2=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 150 (58.98% from 255 or 48.08% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A09602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09602 is #5F69FD. Grayscale: #888888. Windows color (decimal): -6253054 or 169632. OLE color: 169632.
HSL color Cylindrical-coordinate representation of color #A09602: hue angle of 56.2º 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 #A09602 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 150 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.37 |
| HSL | 56.2º | 0.98% | 0.32% | - |
| HSV(B) | 56.2º | 0.99% | 0.63% | - |
| XYZ | 25.41 | 29.29 | 4.37 | - |
| YUV | 136.12 | 52.31 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 2 | 0 | 0.06 | 0.99 | 0.37 | 56.2 | 0.98 | 0.32 |
| Hex | A0 | 96 | 2 | 0 | 6 | 63 | 25 | 38 | 62 | 20 |
| Octal | 240 | 226 | 2 | 0 | 6 | 143 | 45 | 70 | 142 | 40 |
| Binary | 10100000 | 10010110 | 10 | 0 | 110 | 1100011 | 100101 | 111000 | 1100010 | 100000 |
Color Harmonies of #A09602
Complementary color
Monochromatic Colors of #A09602
Black with #A09602
Text Example
Text Example
White with #A09602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09602; }
p { color: rgb(160,150,2); }
H1.HeaderClassName
{
color: #A09602;
}
.AnyTagClassName
{
color: #A09602;
}
</style>
background-color css
<style>
a { background-color: #A09602; }
a { background-color: rgb(160,150,2); }
div.DivClassName
{
background-color: #A09602;
}
.BgClassName
{
background-color: #A09602;
}
</style>
border-color css
<style>
span { border-color: #A09602; }
span { border-color: rgb(160,150,2); }
td.TdClassName
{
border-color: #A09602;
}
.TagClassName
{
border-color: #A09602;
}
</style>