Shades of Lucky #A5A00B
Tints of Lucky #A5A00B
RGB
CMYK
RGB Variations
Color information
#A5A00B (or 0xA5A00B) is known color: Lucky. HEX triplet: A5, A0 and 0B. RGB value is (165,160,11). Sum of RGB (Red+Green+Blue) = 165+160+11=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A00B is #5A5FF4. Grayscale: #919191. Windows color (decimal): -5922805 or 762021. OLE color: 762021.
HSL color Cylindrical-coordinate representation of color #A5A00B: hue angle of 58.05º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5A00B is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 160 | 11 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.35 |
| HSL | 58.05º | 0.88% | 0.35% | - |
| HSV(B) | 58.05º | 0.93% | 0.65% | - |
| XYZ | 28.15 | 33.17 | 5.23 | - |
| YUV | 144.51 | 52.66 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 160 | 11 | 0 | 0.03 | 0.93 | 0.35 | 58.05 | 0.88 | 0.35 |
| Hex | A5 | A0 | B | 0 | 3 | 5D | 23 | 3A | 58 | 23 |
| Octal | 245 | 240 | 13 | 0 | 3 | 135 | 43 | 72 | 130 | 43 |
| Binary | 10100101 | 10100000 | 1011 | 0 | 11 | 1011101 | 100011 | 111010 | 1011000 | 100011 |
Color Harmonies of #A5A00B
Complementary color
Monochromatic Colors of #A5A00B
Black with #A5A00B
Text Example
Text Example
White with #A5A00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A00B; }
p { color: rgb(165,160,11); }
H1.HeaderClassName
{
color: #A5A00B;
}
.AnyTagClassName
{
color: #A5A00B;
}
</style>
background-color css
<style>
a { background-color: #A5A00B; }
a { background-color: rgb(165,160,11); }
div.DivClassName
{
background-color: #A5A00B;
}
.BgClassName
{
background-color: #A5A00B;
}
</style>
border-color css
<style>
span { border-color: #A5A00B; }
span { border-color: rgb(165,160,11); }
td.TdClassName
{
border-color: #A5A00B;
}
.TagClassName
{
border-color: #A5A00B;
}
</style>