Shades of Lucky #A09700
Tints of Lucky #A09700
RGB
CMYK
RGB Variations
Color information
#A09700 (or 0xA09700) is known color: Lucky. HEX triplet: A0, 97 and 00. RGB value is (160,151,0). Sum of RGB (Red+Green+Blue) = 160+151+0=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 151 (59.38% from 255 or 48.55% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A09700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09700 is #5F68FF. Grayscale: #898989. Windows color (decimal): -6252800 or 38816. OLE color: 38816.
HSL color Cylindrical-coordinate representation of color #A09700: hue angle of 56.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A09700 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 151 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.37 |
| HSL | 56.63º | 1% | 0.31% | - |
| HSV(B) | 56.63º | 1% | 0.63% | - |
| XYZ | 25.56 | 29.61 | 4.37 | - |
| YUV | 136.48 | 50.98 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 151 | 0 | 0 | 0.06 | 1 | 0.37 | 56.63 | 1 | 0.31 |
| Hex | A0 | 97 | 0 | 0 | 6 | 64 | 25 | 39 | 64 | 1F |
| Octal | 240 | 227 | 0 | 0 | 6 | 144 | 45 | 71 | 144 | 37 |
| Binary | 10100000 | 10010111 | 0 | 0 | 110 | 1100100 | 100101 | 111001 | 1100100 | 11111 |
Color Harmonies of #A09700
Complementary color
Monochromatic Colors of #A09700
Black with #A09700
Text Example
Text Example
White with #A09700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09700; }
p { color: rgb(160,151,0); }
H1.HeaderClassName
{
color: #A09700;
}
.AnyTagClassName
{
color: #A09700;
}
</style>
background-color css
<style>
a { background-color: #A09700; }
a { background-color: rgb(160,151,0); }
div.DivClassName
{
background-color: #A09700;
}
.BgClassName
{
background-color: #A09700;
}
</style>
border-color css
<style>
span { border-color: #A09700; }
span { border-color: rgb(160,151,0); }
td.TdClassName
{
border-color: #A09700;
}
.TagClassName
{
border-color: #A09700;
}
</style>