Shades of Lucky #A89601
Tints of Lucky #A89601
RGB
CMYK
RGB Variations
Color information
#A89601 (or 0xA89601) is known color: Lucky. HEX triplet: A8, 96 and 01. RGB value is (168,150,1). Sum of RGB (Red+Green+Blue) = 168+150+1=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A89601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89601 is #5769FE. Grayscale: #8B8B8B. Windows color (decimal): -5728767 or 104104. OLE color: 104104.
HSL color Cylindrical-coordinate representation of color #A89601: hue angle of 53.53º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A89601 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 150 | 1 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.34 |
| HSL | 53.53º | 0.99% | 0.33% | - |
| HSV(B) | 53.53º | 0.99% | 0.66% | - |
| XYZ | 27.06 | 30.14 | 4.42 | - |
| YUV | 138.4 | 50.46 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 1 | 0 | 0.11 | 0.99 | 0.34 | 53.53 | 0.99 | 0.33 |
| Hex | A8 | 96 | 1 | 0 | B | 63 | 22 | 36 | 63 | 21 |
| Octal | 250 | 226 | 1 | 0 | 13 | 143 | 42 | 66 | 143 | 41 |
| Binary | 10101000 | 10010110 | 1 | 0 | 1011 | 1100011 | 100010 | 110110 | 1100011 | 100001 |
Color Harmonies of #A89601
Complementary color
Monochromatic Colors of #A89601
Black with #A89601
Text Example
Text Example
White with #A89601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89601; }
p { color: rgb(168,150,1); }
H1.HeaderClassName
{
color: #A89601;
}
.AnyTagClassName
{
color: #A89601;
}
</style>
background-color css
<style>
a { background-color: #A89601; }
a { background-color: rgb(168,150,1); }
div.DivClassName
{
background-color: #A89601;
}
.BgClassName
{
background-color: #A89601;
}
</style>
border-color css
<style>
span { border-color: #A89601; }
span { border-color: rgb(168,150,1); }
td.TdClassName
{
border-color: #A89601;
}
.TagClassName
{
border-color: #A89601;
}
</style>