Shades of Lucky #AC920E
Tints of Lucky #AC920E
RGB
CMYK
RGB Variations
Color information
#AC920E (or 0xAC920E) is known color: Lucky. HEX triplet: AC, 92 and 0E. RGB value is (172,146,14). Sum of RGB (Red+Green+Blue) = 172+146+14=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC920E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC920E is #536DF1. Grayscale: #8B8B8B. Windows color (decimal): -5467634 or 955052. OLE color: 955052.
HSL color Cylindrical-coordinate representation of color #AC920E: hue angle of 50.13º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC920E is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 14 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.33 |
| HSL | 50.13º | 0.85% | 0.36% | - |
| HSV(B) | 50.13º | 0.92% | 0.67% | - |
| XYZ | 27.37 | 29.36 | 4.64 | - |
| YUV | 138.73 | 57.61 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 14 | 0 | 0.15 | 0.92 | 0.33 | 50.13 | 0.85 | 0.36 |
| Hex | AC | 92 | E | 0 | F | 5C | 21 | 32 | 55 | 24 |
| Octal | 254 | 222 | 16 | 0 | 17 | 134 | 41 | 62 | 125 | 44 |
| Binary | 10101100 | 10010010 | 1110 | 0 | 1111 | 1011100 | 100001 | 110010 | 1010101 | 100100 |
Color Harmonies of #AC920E
Complementary color
Monochromatic Colors of #AC920E
Black with #AC920E
Text Example
Text Example
White with #AC920E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC920E; }
p { color: rgb(172,146,14); }
H1.HeaderClassName
{
color: #AC920E;
}
.AnyTagClassName
{
color: #AC920E;
}
</style>
background-color css
<style>
a { background-color: #AC920E; }
a { background-color: rgb(172,146,14); }
div.DivClassName
{
background-color: #AC920E;
}
.BgClassName
{
background-color: #AC920E;
}
</style>
border-color css
<style>
span { border-color: #AC920E; }
span { border-color: rgb(172,146,14); }
td.TdClassName
{
border-color: #AC920E;
}
.TagClassName
{
border-color: #AC920E;
}
</style>