Shades of Lucky #A5AA1B
Tints of Lucky #A5AA1B
RGB
CMYK
RGB Variations
Color information
#A5AA1B (or 0xA5AA1B) is known color: Lucky. HEX triplet: A5, AA and 1B. RGB value is (165,170,27). Sum of RGB (Red+Green+Blue) = 165+170+27=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AA1B is #5A55E4. Grayscale: #989898. Windows color (decimal): -5920229 or 1813157. OLE color: 1813157.
HSL color Cylindrical-coordinate representation of color #A5AA1B: hue angle of 62.1º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5AA1B is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 170 | 27 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.33 |
| HSL | 62.1º | 0.73% | 0.39% | - |
| HSV(B) | 62.1º | 0.84% | 0.67% | - |
| XYZ | 30.09 | 36.83 | 6.56 | - |
| YUV | 152.2 | 57.34 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 27 | 0.03 | 0 | 0.84 | 0.33 | 62.1 | 0.73 | 0.39 |
| Hex | A5 | AA | 1B | 3 | 0 | 54 | 21 | 3E | 49 | 27 |
| Octal | 245 | 252 | 33 | 3 | 0 | 124 | 41 | 76 | 111 | 47 |
| Binary | 10100101 | 10101010 | 11011 | 11 | 0 | 1010100 | 100001 | 111110 | 1001001 | 100111 |
Color Harmonies of #A5AA1B
Complementary color
Monochromatic Colors of #A5AA1B
Black with #A5AA1B
Text Example
Text Example
White with #A5AA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AA1B; }
p { color: rgb(165,170,27); }
H1.HeaderClassName
{
color: #A5AA1B;
}
.AnyTagClassName
{
color: #A5AA1B;
}
</style>
background-color css
<style>
a { background-color: #A5AA1B; }
a { background-color: rgb(165,170,27); }
div.DivClassName
{
background-color: #A5AA1B;
}
.BgClassName
{
background-color: #A5AA1B;
}
</style>
border-color css
<style>
span { border-color: #A5AA1B; }
span { border-color: rgb(165,170,27); }
td.TdClassName
{
border-color: #A5AA1B;
}
.TagClassName
{
border-color: #A5AA1B;
}
</style>