Shades of Lucky #A99C0B
Tints of Lucky #A99C0B
RGB
CMYK
RGB Variations
Color information
#A99C0B (or 0xA99C0B) is known color: Lucky. HEX triplet: A9, 9C and 0B. RGB value is (169,156,11). Sum of RGB (Red+Green+Blue) = 169+156+11=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99C0B is #5663F4. Grayscale: #8F8F8F. Windows color (decimal): -5661685 or 761001. OLE color: 761001.
HSL color Cylindrical-coordinate representation of color #A99C0B: hue angle of 55.06º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A99C0B is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 156 | 11 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.34 |
| HSL | 55.06º | 0.88% | 0.35% | - |
| HSV(B) | 55.06º | 0.93% | 0.66% | - |
| XYZ | 28.31 | 32.24 | 5.05 | - |
| YUV | 143.36 | 53.31 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 11 | 0 | 0.08 | 0.93 | 0.34 | 55.06 | 0.88 | 0.35 |
| Hex | A9 | 9C | B | 0 | 8 | 5D | 22 | 37 | 58 | 23 |
| Octal | 251 | 234 | 13 | 0 | 10 | 135 | 42 | 67 | 130 | 43 |
| Binary | 10101001 | 10011100 | 1011 | 0 | 1000 | 1011101 | 100010 | 110111 | 1011000 | 100011 |
Color Harmonies of #A99C0B
Complementary color
Monochromatic Colors of #A99C0B
Black with #A99C0B
Text Example
Text Example
White with #A99C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99C0B; }
p { color: rgb(169,156,11); }
H1.HeaderClassName
{
color: #A99C0B;
}
.AnyTagClassName
{
color: #A99C0B;
}
</style>
background-color css
<style>
a { background-color: #A99C0B; }
a { background-color: rgb(169,156,11); }
div.DivClassName
{
background-color: #A99C0B;
}
.BgClassName
{
background-color: #A99C0B;
}
</style>
border-color css
<style>
span { border-color: #A99C0B; }
span { border-color: rgb(169,156,11); }
td.TdClassName
{
border-color: #A99C0B;
}
.TagClassName
{
border-color: #A99C0B;
}
</style>