Shades of Lucky #A39525
Tints of Lucky #A39525
RGB
CMYK
RGB Variations
Color information
#A39525 (or 0xA39525) is known color: Lucky. HEX triplet: A3, 95 and 25. RGB value is (163,149,37). Sum of RGB (Red+Green+Blue) = 163+149+37=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A39525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39525 is #5C6ADA. Grayscale: #8C8C8C. Windows color (decimal): -6056667 or 2463139. OLE color: 2463139.
HSL color Cylindrical-coordinate representation of color #A39525: hue angle of 53.33º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A39525 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 149 | 37 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.36 |
| HSL | 53.33º | 0.63% | 0.39% | - |
| HSV(B) | 53.33º | 0.77% | 0.64% | - |
| XYZ | 26.19 | 29.42 | 6.05 | - |
| YUV | 140.42 | 69.64 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 37 | 0 | 0.09 | 0.77 | 0.36 | 53.33 | 0.63 | 0.39 |
| Hex | A3 | 95 | 25 | 0 | 9 | 4D | 24 | 35 | 3F | 27 |
| Octal | 243 | 225 | 45 | 0 | 11 | 115 | 44 | 65 | 77 | 47 |
| Binary | 10100011 | 10010101 | 100101 | 0 | 1001 | 1001101 | 100100 | 110101 | 111111 | 100111 |
Color Harmonies of #A39525
Complementary color
Monochromatic Colors of #A39525
Black with #A39525
Text Example
Text Example
White with #A39525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39525; }
p { color: rgb(163,149,37); }
H1.HeaderClassName
{
color: #A39525;
}
.AnyTagClassName
{
color: #A39525;
}
</style>
background-color css
<style>
a { background-color: #A39525; }
a { background-color: rgb(163,149,37); }
div.DivClassName
{
background-color: #A39525;
}
.BgClassName
{
background-color: #A39525;
}
</style>
border-color css
<style>
span { border-color: #A39525; }
span { border-color: rgb(163,149,37); }
td.TdClassName
{
border-color: #A39525;
}
.TagClassName
{
border-color: #A39525;
}
</style>