Shades of Lucky #A5982D
Tints of Lucky #A5982D
RGB
CMYK
RGB Variations
Color information
#A5982D (or 0xA5982D) is known color: Lucky. HEX triplet: A5, 98 and 2D. RGB value is (165,152,45). Sum of RGB (Red+Green+Blue) = 165+152+45=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A5982D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5982D is #5A67D2. Grayscale: #909090. Windows color (decimal): -5924819 or 2988197. OLE color: 2988197.
HSL color Cylindrical-coordinate representation of color #A5982D: hue angle of 53.5º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5982D is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 152 | 45 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.35 |
| HSL | 53.5º | 0.57% | 0.41% | - |
| HSV(B) | 53.5º | 0.73% | 0.65% | - |
| XYZ | 27.22 | 30.65 | 6.96 | - |
| YUV | 143.69 | 72.31 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 152 | 45 | 0 | 0.08 | 0.73 | 0.35 | 53.5 | 0.57 | 0.41 |
| Hex | A5 | 98 | 2D | 0 | 8 | 49 | 23 | 36 | 39 | 29 |
| Octal | 245 | 230 | 55 | 0 | 10 | 111 | 43 | 66 | 71 | 51 |
| Binary | 10100101 | 10011000 | 101101 | 0 | 1000 | 1001001 | 100011 | 110110 | 111001 | 101001 |
Color Harmonies of #A5982D
Complementary color
Monochromatic Colors of #A5982D
Black with #A5982D
Text Example
Text Example
White with #A5982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5982D; }
p { color: rgb(165,152,45); }
H1.HeaderClassName
{
color: #A5982D;
}
.AnyTagClassName
{
color: #A5982D;
}
</style>
background-color css
<style>
a { background-color: #A5982D; }
a { background-color: rgb(165,152,45); }
div.DivClassName
{
background-color: #A5982D;
}
.BgClassName
{
background-color: #A5982D;
}
</style>
border-color css
<style>
span { border-color: #A5982D; }
span { border-color: rgb(165,152,45); }
td.TdClassName
{
border-color: #A5982D;
}
.TagClassName
{
border-color: #A5982D;
}
</style>