Shades of Lucky #A5981D
Tints of Lucky #A5981D
RGB
CMYK
RGB Variations
Color information
#A5981D (or 0xA5981D) is known color: Lucky. HEX triplet: A5, 98 and 1D. RGB value is (165,152,29). Sum of RGB (Red+Green+Blue) = 165+152+29=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A5981D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5981D is #5A67E2. Grayscale: #8E8E8E. Windows color (decimal): -5924835 or 1939621. OLE color: 1939621.
HSL color Cylindrical-coordinate representation of color #A5981D: hue angle of 54.26º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5981D is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 152 | 29 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.35 |
| HSL | 54.26º | 0.7% | 0.38% | - |
| HSV(B) | 54.26º | 0.82% | 0.65% | - |
| XYZ | 26.97 | 30.54 | 5.64 | - |
| YUV | 141.87 | 64.31 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 152 | 29 | 0 | 0.08 | 0.82 | 0.35 | 54.26 | 0.7 | 0.38 |
| Hex | A5 | 98 | 1D | 0 | 8 | 52 | 23 | 36 | 46 | 26 |
| Octal | 245 | 230 | 35 | 0 | 10 | 122 | 43 | 66 | 106 | 46 |
| Binary | 10100101 | 10011000 | 11101 | 0 | 1000 | 1010010 | 100011 | 110110 | 1000110 | 100110 |
Color Harmonies of #A5981D
Complementary color
Monochromatic Colors of #A5981D
Black with #A5981D
Text Example
Text Example
White with #A5981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5981D; }
p { color: rgb(165,152,29); }
H1.HeaderClassName
{
color: #A5981D;
}
.AnyTagClassName
{
color: #A5981D;
}
</style>
background-color css
<style>
a { background-color: #A5981D; }
a { background-color: rgb(165,152,29); }
div.DivClassName
{
background-color: #A5981D;
}
.BgClassName
{
background-color: #A5981D;
}
</style>
border-color css
<style>
span { border-color: #A5981D; }
span { border-color: rgb(165,152,29); }
td.TdClassName
{
border-color: #A5981D;
}
.TagClassName
{
border-color: #A5981D;
}
</style>