Shades of Lucky #A9962B
Tints of Lucky #A9962B
RGB
CMYK
RGB Variations
Color information
#A9962B (or 0xA9962B) is known color: Lucky. HEX triplet: A9, 96 and 2B. RGB value is (169,150,43). Sum of RGB (Red+Green+Blue) = 169+150+43=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 169 - color contains mainly: red. Hex color #A9962B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9962B is #5669D4. Grayscale: #8F8F8F. Windows color (decimal): -5663189 or 2856617. OLE color: 2856617.
HSL color Cylindrical-coordinate representation of color #A9962B: hue angle of 50.95º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9962B is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 43 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.34 |
| HSL | 50.95º | 0.59% | 0.42% | - |
| HSV(B) | 50.95º | 0.75% | 0.66% | - |
| XYZ | 27.7 | 30.42 | 6.7 | - |
| YUV | 143.48 | 71.29 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 43 | 0 | 0.11 | 0.75 | 0.34 | 50.95 | 0.59 | 0.42 |
| Hex | A9 | 96 | 2B | 0 | B | 4B | 22 | 33 | 3B | 2A |
| Octal | 251 | 226 | 53 | 0 | 13 | 113 | 42 | 63 | 73 | 52 |
| Binary | 10101001 | 10010110 | 101011 | 0 | 1011 | 1001011 | 100010 | 110011 | 111011 | 101010 |
Color Harmonies of #A9962B
Complementary color
Monochromatic Colors of #A9962B
Black with #A9962B
Text Example
Text Example
White with #A9962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9962B; }
p { color: rgb(169,150,43); }
H1.HeaderClassName
{
color: #A9962B;
}
.AnyTagClassName
{
color: #A9962B;
}
</style>
background-color css
<style>
a { background-color: #A9962B; }
a { background-color: rgb(169,150,43); }
div.DivClassName
{
background-color: #A9962B;
}
.BgClassName
{
background-color: #A9962B;
}
</style>
border-color css
<style>
span { border-color: #A9962B; }
span { border-color: rgb(169,150,43); }
td.TdClassName
{
border-color: #A9962B;
}
.TagClassName
{
border-color: #A9962B;
}
</style>