Shades of Lucky #A39A27
Tints of Lucky #A39A27
RGB
CMYK
RGB Variations
Color information
#A39A27 (or 0xA39A27) is known color: Lucky. HEX triplet: A3, 9A and 27. RGB value is (163,154,39). Sum of RGB (Red+Green+Blue) = 163+154+39=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39A27 is #5C65D8. Grayscale: #909090. Windows color (decimal): -6055385 or 2595491. OLE color: 2595491.
HSL color Cylindrical-coordinate representation of color #A39A27: hue angle of 55.65º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A39A27 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 154 | 39 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.36 |
| HSL | 55.65º | 0.61% | 0.4% | - |
| HSV(B) | 55.65º | 0.76% | 0.64% | - |
| XYZ | 27.03 | 31.04 | 6.49 | - |
| YUV | 143.58 | 68.98 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 39 | 0 | 0.06 | 0.76 | 0.36 | 55.65 | 0.61 | 0.4 |
| Hex | A3 | 9A | 27 | 0 | 6 | 4C | 24 | 38 | 3D | 28 |
| Octal | 243 | 232 | 47 | 0 | 6 | 114 | 44 | 70 | 75 | 50 |
| Binary | 10100011 | 10011010 | 100111 | 0 | 110 | 1001100 | 100100 | 111000 | 111101 | 101000 |
Color Harmonies of #A39A27
Complementary color
Monochromatic Colors of #A39A27
Black with #A39A27
Text Example
Text Example
White with #A39A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39A27; }
p { color: rgb(163,154,39); }
H1.HeaderClassName
{
color: #A39A27;
}
.AnyTagClassName
{
color: #A39A27;
}
</style>
background-color css
<style>
a { background-color: #A39A27; }
a { background-color: rgb(163,154,39); }
div.DivClassName
{
background-color: #A39A27;
}
.BgClassName
{
background-color: #A39A27;
}
</style>
border-color css
<style>
span { border-color: #A39A27; }
span { border-color: rgb(163,154,39); }
td.TdClassName
{
border-color: #A39A27;
}
.TagClassName
{
border-color: #A39A27;
}
</style>