Shades of Lucky #A88C1C
Tints of Lucky #A88C1C
RGB
CMYK
RGB Variations
Color information
#A88C1C (or 0xA88C1C) is known color: Lucky. HEX triplet: A8, 8C and 1C. RGB value is (168,140,28). Sum of RGB (Red+Green+Blue) = 168+140+28=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88C1C is #5773E3. Grayscale: #888888. Windows color (decimal): -5731300 or 1871016. OLE color: 1871016.
HSL color Cylindrical-coordinate representation of color #A88C1C: hue angle of 48º 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 #A88C1C is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 140 | 28 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.34 |
| HSL | 48º | 0.71% | 0.38% | - |
| HSV(B) | 48º | 0.83% | 0.66% | - |
| XYZ | 25.74 | 27.16 | 4.99 | - |
| YUV | 135.6 | 67.28 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 140 | 28 | 0 | 0.17 | 0.83 | 0.34 | 48 | 0.71 | 0.38 |
| Hex | A8 | 8C | 1C | 0 | 11 | 53 | 22 | 30 | 47 | 26 |
| Octal | 250 | 214 | 34 | 0 | 21 | 123 | 42 | 60 | 107 | 46 |
| Binary | 10101000 | 10001100 | 11100 | 0 | 10001 | 1010011 | 100010 | 110000 | 1000111 | 100110 |
Color Harmonies of #A88C1C
Complementary color
Monochromatic Colors of #A88C1C
Black with #A88C1C
Text Example
Text Example
White with #A88C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88C1C; }
p { color: rgb(168,140,28); }
H1.HeaderClassName
{
color: #A88C1C;
}
.AnyTagClassName
{
color: #A88C1C;
}
</style>
background-color css
<style>
a { background-color: #A88C1C; }
a { background-color: rgb(168,140,28); }
div.DivClassName
{
background-color: #A88C1C;
}
.BgClassName
{
background-color: #A88C1C;
}
</style>
border-color css
<style>
span { border-color: #A88C1C; }
span { border-color: rgb(168,140,28); }
td.TdClassName
{
border-color: #A88C1C;
}
.TagClassName
{
border-color: #A88C1C;
}
</style>