Shades of Lucky #A39B2D
Tints of Lucky #A39B2D
RGB
CMYK
RGB Variations
Color information
#A39B2D (or 0xA39B2D) is known color: Lucky. HEX triplet: A3, 9B and 2D. RGB value is (163,155,45). Sum of RGB (Red+Green+Blue) = 163+155+45=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39B2D is #5C64D2. Grayscale: #919191. Windows color (decimal): -6055123 or 2988963. OLE color: 2988963.
HSL color Cylindrical-coordinate representation of color #A39B2D: hue angle of 55.93º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A39B2D is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 155 | 45 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.36 |
| HSL | 55.93º | 0.57% | 0.41% | - |
| HSV(B) | 55.93º | 0.72% | 0.64% | - |
| XYZ | 27.3 | 31.42 | 7.11 | - |
| YUV | 144.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 155 | 45 | 0 | 0.05 | 0.72 | 0.36 | 55.93 | 0.57 | 0.41 |
| Hex | A3 | 9B | 2D | 0 | 5 | 48 | 24 | 38 | 39 | 29 |
| Octal | 243 | 233 | 55 | 0 | 5 | 110 | 44 | 70 | 71 | 51 |
| Binary | 10100011 | 10011011 | 101101 | 0 | 101 | 1001000 | 100100 | 111000 | 111001 | 101001 |
Color Harmonies of #A39B2D
Complementary color
Monochromatic Colors of #A39B2D
Black with #A39B2D
Text Example
Text Example
White with #A39B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39B2D; }
p { color: rgb(163,155,45); }
H1.HeaderClassName
{
color: #A39B2D;
}
.AnyTagClassName
{
color: #A39B2D;
}
</style>
background-color css
<style>
a { background-color: #A39B2D; }
a { background-color: rgb(163,155,45); }
div.DivClassName
{
background-color: #A39B2D;
}
.BgClassName
{
background-color: #A39B2D;
}
</style>
border-color css
<style>
span { border-color: #A39B2D; }
span { border-color: rgb(163,155,45); }
td.TdClassName
{
border-color: #A39B2D;
}
.TagClassName
{
border-color: #A39B2D;
}
</style>