Shades of Lucky #A59A2D
Tints of Lucky #A59A2D
RGB
CMYK
RGB Variations
Color information
#A59A2D (or 0xA59A2D) is known color: Lucky. HEX triplet: A5, 9A and 2D. RGB value is (165,154,45). Sum of RGB (Red+Green+Blue) = 165+154+45=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59A2D is #5A65D2. Grayscale: #919191. Windows color (decimal): -5924307 or 2988709. OLE color: 2988709.
HSL color Cylindrical-coordinate representation of color #A59A2D: hue angle of 54.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 #A59A2D is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 154 | 45 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.35 |
| HSL | 54.5º | 0.57% | 0.41% | - |
| HSV(B) | 54.5º | 0.73% | 0.65% | - |
| XYZ | 27.55 | 31.3 | 7.07 | - |
| YUV | 144.86 | 71.64 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 154 | 45 | 0 | 0.07 | 0.73 | 0.35 | 54.5 | 0.57 | 0.41 |
| Hex | A5 | 9A | 2D | 0 | 7 | 49 | 23 | 36 | 39 | 29 |
| Octal | 245 | 232 | 55 | 0 | 7 | 111 | 43 | 66 | 71 | 51 |
| Binary | 10100101 | 10011010 | 101101 | 0 | 111 | 1001001 | 100011 | 110110 | 111001 | 101001 |
Color Harmonies of #A59A2D
Complementary color
Monochromatic Colors of #A59A2D
Black with #A59A2D
Text Example
Text Example
White with #A59A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59A2D; }
p { color: rgb(165,154,45); }
H1.HeaderClassName
{
color: #A59A2D;
}
.AnyTagClassName
{
color: #A59A2D;
}
</style>
background-color css
<style>
a { background-color: #A59A2D; }
a { background-color: rgb(165,154,45); }
div.DivClassName
{
background-color: #A59A2D;
}
.BgClassName
{
background-color: #A59A2D;
}
</style>
border-color css
<style>
span { border-color: #A59A2D; }
span { border-color: rgb(165,154,45); }
td.TdClassName
{
border-color: #A59A2D;
}
.TagClassName
{
border-color: #A59A2D;
}
</style>