Shades of Lucky #A39402
Tints of Lucky #A39402
RGB
CMYK
RGB Variations
Color information
#A39402 (or 0xA39402) is known color: Lucky. HEX triplet: A3, 94 and 02. RGB value is (163,148,2). Sum of RGB (Red+Green+Blue) = 163+148+2=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A39402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39402 is #5C6BFD. Grayscale: #888888. Windows color (decimal): -6056958 or 169123. OLE color: 169123.
HSL color Cylindrical-coordinate representation of color #A39402: hue angle of 54.41º 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 #A39402 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 148 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.36 |
| HSL | 54.41º | 0.98% | 0.32% | - |
| HSV(B) | 54.41º | 0.99% | 0.64% | - |
| XYZ | 25.71 | 28.97 | 4.29 | - |
| YUV | 135.84 | 52.47 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 148 | 2 | 0 | 0.09 | 0.99 | 0.36 | 54.41 | 0.98 | 0.32 |
| Hex | A3 | 94 | 2 | 0 | 9 | 63 | 24 | 36 | 62 | 20 |
| Octal | 243 | 224 | 2 | 0 | 11 | 143 | 44 | 66 | 142 | 40 |
| Binary | 10100011 | 10010100 | 10 | 0 | 1001 | 1100011 | 100100 | 110110 | 1100010 | 100000 |
Color Harmonies of #A39402
Complementary color
Monochromatic Colors of #A39402
Black with #A39402
Text Example
Text Example
White with #A39402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39402; }
p { color: rgb(163,148,2); }
H1.HeaderClassName
{
color: #A39402;
}
.AnyTagClassName
{
color: #A39402;
}
</style>
background-color css
<style>
a { background-color: #A39402; }
a { background-color: rgb(163,148,2); }
div.DivClassName
{
background-color: #A39402;
}
.BgClassName
{
background-color: #A39402;
}
</style>
border-color css
<style>
span { border-color: #A39402; }
span { border-color: rgb(163,148,2); }
td.TdClassName
{
border-color: #A39402;
}
.TagClassName
{
border-color: #A39402;
}
</style>