Shades of Lucky #A89A22
Tints of Lucky #A89A22
RGB
CMYK
RGB Variations
Color information
#A89A22 (or 0xA89A22) is known color: Lucky. HEX triplet: A8, 9A and 22. RGB value is (168,154,34). Sum of RGB (Red+Green+Blue) = 168+154+34=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89A22 is #5765DD. Grayscale: #919191. Windows color (decimal): -5727710 or 2267816. OLE color: 2267816.
HSL color Cylindrical-coordinate representation of color #A89A22: hue angle of 53.73º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A89A22 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 154 | 34 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.34 |
| HSL | 53.73º | 0.66% | 0.4% | - |
| HSV(B) | 53.73º | 0.8% | 0.66% | - |
| XYZ | 27.99 | 31.55 | 6.13 | - |
| YUV | 144.51 | 65.64 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 34 | 0 | 0.08 | 0.80 | 0.34 | 53.73 | 0.66 | 0.4 |
| Hex | A8 | 9A | 22 | 0 | 8 | 50 | 22 | 36 | 42 | 28 |
| Octal | 250 | 232 | 42 | 0 | 10 | 120 | 42 | 66 | 102 | 50 |
| Binary | 10101000 | 10011010 | 100010 | 0 | 1000 | 1010000 | 100010 | 110110 | 1000010 | 101000 |
Color Harmonies of #A89A22
Complementary color
Monochromatic Colors of #A89A22
Black with #A89A22
Text Example
Text Example
White with #A89A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89A22; }
p { color: rgb(168,154,34); }
H1.HeaderClassName
{
color: #A89A22;
}
.AnyTagClassName
{
color: #A89A22;
}
</style>
background-color css
<style>
a { background-color: #A89A22; }
a { background-color: rgb(168,154,34); }
div.DivClassName
{
background-color: #A89A22;
}
.BgClassName
{
background-color: #A89A22;
}
</style>
border-color css
<style>
span { border-color: #A89A22; }
span { border-color: rgb(168,154,34); }
td.TdClassName
{
border-color: #A89A22;
}
.TagClassName
{
border-color: #A89A22;
}
</style>