Shades of Lucky #A29802
Tints of Lucky #A29802
RGB
CMYK
RGB Variations
Color information
#A29802 (or 0xA29802) is known color: Lucky. HEX triplet: A2, 98 and 02. RGB value is (162,152,2). Sum of RGB (Red+Green+Blue) = 162+152+2=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A29802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29802 is #5D67FD. Grayscale: #8A8A8A. Windows color (decimal): -6121470 or 170146. OLE color: 170146.
HSL color Cylindrical-coordinate representation of color #A29802: hue angle of 56.25º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A29802 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.36 |
| HSL | 56.25º | 0.98% | 0.32% | - |
| HSV(B) | 56.25º | 0.99% | 0.64% | - |
| XYZ | 26.14 | 30.14 | 4.5 | - |
| YUV | 137.89 | 51.31 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 2 | 0 | 0.06 | 0.99 | 0.36 | 56.25 | 0.98 | 0.32 |
| Hex | A2 | 98 | 2 | 0 | 6 | 63 | 24 | 38 | 62 | 20 |
| Octal | 242 | 230 | 2 | 0 | 6 | 143 | 44 | 70 | 142 | 40 |
| Binary | 10100010 | 10011000 | 10 | 0 | 110 | 1100011 | 100100 | 111000 | 1100010 | 100000 |
Color Harmonies of #A29802
Complementary color
Monochromatic Colors of #A29802
Black with #A29802
Text Example
Text Example
White with #A29802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29802; }
p { color: rgb(162,152,2); }
H1.HeaderClassName
{
color: #A29802;
}
.AnyTagClassName
{
color: #A29802;
}
</style>
background-color css
<style>
a { background-color: #A29802; }
a { background-color: rgb(162,152,2); }
div.DivClassName
{
background-color: #A29802;
}
.BgClassName
{
background-color: #A29802;
}
</style>
border-color css
<style>
span { border-color: #A29802; }
span { border-color: rgb(162,152,2); }
td.TdClassName
{
border-color: #A29802;
}
.TagClassName
{
border-color: #A29802;
}
</style>