Shades of Lucky #A89C1C
Tints of Lucky #A89C1C
RGB
CMYK
RGB Variations
Color information
#A89C1C (or 0xA89C1C) is known color: Lucky. HEX triplet: A8, 9C and 1C. RGB value is (168,156,28). Sum of RGB (Red+Green+Blue) = 168+156+28=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89C1C is #5763E3. Grayscale: #919191. Windows color (decimal): -5727204 or 1875112. OLE color: 1875112.
HSL color Cylindrical-coordinate representation of color #A89C1C: hue angle of 54.86º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A89C1C is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 156 | 28 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.34 |
| HSL | 54.86º | 0.71% | 0.38% | - |
| HSV(B) | 54.86º | 0.83% | 0.66% | - |
| XYZ | 28.25 | 32.19 | 5.82 | - |
| YUV | 145 | 61.98 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 28 | 0 | 0.07 | 0.83 | 0.34 | 54.86 | 0.71 | 0.38 |
| Hex | A8 | 9C | 1C | 0 | 7 | 53 | 22 | 37 | 47 | 26 |
| Octal | 250 | 234 | 34 | 0 | 7 | 123 | 42 | 67 | 107 | 46 |
| Binary | 10101000 | 10011100 | 11100 | 0 | 111 | 1010011 | 100010 | 110111 | 1000111 | 100110 |
Color Harmonies of #A89C1C
Complementary color
Monochromatic Colors of #A89C1C
Black with #A89C1C
Text Example
Text Example
White with #A89C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89C1C; }
p { color: rgb(168,156,28); }
H1.HeaderClassName
{
color: #A89C1C;
}
.AnyTagClassName
{
color: #A89C1C;
}
</style>
background-color css
<style>
a { background-color: #A89C1C; }
a { background-color: rgb(168,156,28); }
div.DivClassName
{
background-color: #A89C1C;
}
.BgClassName
{
background-color: #A89C1C;
}
</style>
border-color css
<style>
span { border-color: #A89C1C; }
span { border-color: rgb(168,156,28); }
td.TdClassName
{
border-color: #A89C1C;
}
.TagClassName
{
border-color: #A89C1C;
}
</style>