Shades of Lucky #A89523
Tints of Lucky #A89523
RGB
CMYK
RGB Variations
Color information
#A89523 (or 0xA89523) is known color: Lucky. HEX triplet: A8, 95 and 23. RGB value is (168,149,35). Sum of RGB (Red+Green+Blue) = 168+149+35=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 35 (14.06% from 255 or 9.94% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A89523 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89523 is #576ADC. Grayscale: #8E8E8E. Windows color (decimal): -5728989 or 2332072. OLE color: 2332072.
HSL color Cylindrical-coordinate representation of color #A89523: hue angle of 51.43º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A89523 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 35 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.34 |
| HSL | 51.43º | 0.66% | 0.4% | - |
| HSV(B) | 51.43º | 0.79% | 0.66% | - |
| XYZ | 27.2 | 29.94 | 5.94 | - |
| YUV | 141.69 | 67.79 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 35 | 0 | 0.11 | 0.79 | 0.34 | 51.43 | 0.66 | 0.4 |
| Hex | A8 | 95 | 23 | 0 | B | 4F | 22 | 33 | 42 | 28 |
| Octal | 250 | 225 | 43 | 0 | 13 | 117 | 42 | 63 | 102 | 50 |
| Binary | 10101000 | 10010101 | 100011 | 0 | 1011 | 1001111 | 100010 | 110011 | 1000010 | 101000 |
Color Harmonies of #A89523
Complementary color
Monochromatic Colors of #A89523
Black with #A89523
Text Example
Text Example
White with #A89523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89523; }
p { color: rgb(168,149,35); }
H1.HeaderClassName
{
color: #A89523;
}
.AnyTagClassName
{
color: #A89523;
}
</style>
background-color css
<style>
a { background-color: #A89523; }
a { background-color: rgb(168,149,35); }
div.DivClassName
{
background-color: #A89523;
}
.BgClassName
{
background-color: #A89523;
}
</style>
border-color css
<style>
span { border-color: #A89523; }
span { border-color: rgb(168,149,35); }
td.TdClassName
{
border-color: #A89523;
}
.TagClassName
{
border-color: #A89523;
}
</style>