Shades of Lucky #A89E0F
Tints of Lucky #A89E0F
RGB
CMYK
RGB Variations
Color information
#A89E0F (or 0xA89E0F) is known color: Lucky. HEX triplet: A8, 9E and 0F. RGB value is (168,158,15). Sum of RGB (Red+Green+Blue) = 168+158+15=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A89E0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89E0F is #5761F0. Grayscale: #919191. Windows color (decimal): -5726705 or 1023656. OLE color: 1023656.
HSL color Cylindrical-coordinate representation of color #A89E0F: hue angle of 56.08º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A89E0F is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 158 | 15 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.34 |
| HSL | 56.08º | 0.84% | 0.36% | - |
| HSV(B) | 56.08º | 0.91% | 0.66% | - |
| XYZ | 28.46 | 32.81 | 5.29 | - |
| YUV | 144.69 | 54.81 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 15 | 0 | 0.06 | 0.91 | 0.34 | 56.08 | 0.84 | 0.36 |
| Hex | A8 | 9E | F | 0 | 6 | 5B | 22 | 38 | 54 | 24 |
| Octal | 250 | 236 | 17 | 0 | 6 | 133 | 42 | 70 | 124 | 44 |
| Binary | 10101000 | 10011110 | 1111 | 0 | 110 | 1011011 | 100010 | 111000 | 1010100 | 100100 |
Color Harmonies of #A89E0F
Complementary color
Monochromatic Colors of #A89E0F
Black with #A89E0F
Text Example
Text Example
White with #A89E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89E0F; }
p { color: rgb(168,158,15); }
H1.HeaderClassName
{
color: #A89E0F;
}
.AnyTagClassName
{
color: #A89E0F;
}
</style>
background-color css
<style>
a { background-color: #A89E0F; }
a { background-color: rgb(168,158,15); }
div.DivClassName
{
background-color: #A89E0F;
}
.BgClassName
{
background-color: #A89E0F;
}
</style>
border-color css
<style>
span { border-color: #A89E0F; }
span { border-color: rgb(168,158,15); }
td.TdClassName
{
border-color: #A89E0F;
}
.TagClassName
{
border-color: #A89E0F;
}
</style>