Shades of Lucky #A5A72B
Tints of Lucky #A5A72B
RGB
CMYK
RGB Variations
Color information
#A5A72B (or 0xA5A72B) is known color: Lucky. HEX triplet: A5, A7 and 2B. RGB value is (165,167,43). Sum of RGB (Red+Green+Blue) = 165+167+43=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A72B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A72B is #5A58D4. Grayscale: #989898. Windows color (decimal): -5920981 or 2860965. OLE color: 2860965.
HSL color Cylindrical-coordinate representation of color #A5A72B: hue angle of 60.97º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A5A72B is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 167 | 43 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.35 |
| HSL | 60.97º | 0.59% | 0.41% | - |
| HSV(B) | 60.97º | 0.74% | 0.65% | - |
| XYZ | 29.77 | 35.81 | 7.63 | - |
| YUV | 152.27 | 66.34 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 167 | 43 | 0.01 | 0 | 0.74 | 0.35 | 60.97 | 0.59 | 0.41 |
| Hex | A5 | A7 | 2B | 1 | 0 | 4A | 23 | 3D | 3B | 29 |
| Octal | 245 | 247 | 53 | 1 | 0 | 112 | 43 | 75 | 73 | 51 |
| Binary | 10100101 | 10100111 | 101011 | 1 | 0 | 1001010 | 100011 | 111101 | 111011 | 101001 |
Color Harmonies of #A5A72B
Complementary color
Monochromatic Colors of #A5A72B
Black with #A5A72B
Text Example
Text Example
White with #A5A72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A72B; }
p { color: rgb(165,167,43); }
H1.HeaderClassName
{
color: #A5A72B;
}
.AnyTagClassName
{
color: #A5A72B;
}
</style>
background-color css
<style>
a { background-color: #A5A72B; }
a { background-color: rgb(165,167,43); }
div.DivClassName
{
background-color: #A5A72B;
}
.BgClassName
{
background-color: #A5A72B;
}
</style>
border-color css
<style>
span { border-color: #A5A72B; }
span { border-color: rgb(165,167,43); }
td.TdClassName
{
border-color: #A5A72B;
}
.TagClassName
{
border-color: #A5A72B;
}
</style>