Shades of Lucky #A29627
Tints of Lucky #A29627
RGB
CMYK
RGB Variations
Color information
#A29627 (or 0xA29627) is known color: Lucky. HEX triplet: A2, 96 and 27. RGB value is (162,150,39). Sum of RGB (Red+Green+Blue) = 162+150+39=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A29627 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29627 is #5D69D8. Grayscale: #8D8D8D. Windows color (decimal): -6121945 or 2594466. OLE color: 2594466.
HSL color Cylindrical-coordinate representation of color #A29627: hue angle of 54.15º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A29627 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 150 | 39 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.36 |
| HSL | 54.15º | 0.61% | 0.39% | - |
| HSV(B) | 54.15º | 0.76% | 0.64% | - |
| XYZ | 26.17 | 29.64 | 6.26 | - |
| YUV | 140.93 | 70.48 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 39 | 0 | 0.07 | 0.76 | 0.36 | 54.15 | 0.61 | 0.39 |
| Hex | A2 | 96 | 27 | 0 | 7 | 4C | 24 | 36 | 3D | 27 |
| Octal | 242 | 226 | 47 | 0 | 7 | 114 | 44 | 66 | 75 | 47 |
| Binary | 10100010 | 10010110 | 100111 | 0 | 111 | 1001100 | 100100 | 110110 | 111101 | 100111 |
Color Harmonies of #A29627
Complementary color
Monochromatic Colors of #A29627
Black with #A29627
Text Example
Text Example
White with #A29627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29627; }
p { color: rgb(162,150,39); }
H1.HeaderClassName
{
color: #A29627;
}
.AnyTagClassName
{
color: #A29627;
}
</style>
background-color css
<style>
a { background-color: #A29627; }
a { background-color: rgb(162,150,39); }
div.DivClassName
{
background-color: #A29627;
}
.BgClassName
{
background-color: #A29627;
}
</style>
border-color css
<style>
span { border-color: #A29627; }
span { border-color: rgb(162,150,39); }
td.TdClassName
{
border-color: #A29627;
}
.TagClassName
{
border-color: #A29627;
}
</style>