Shades of Lucky #AC921A
Tints of Lucky #AC921A
RGB
CMYK
RGB Variations
Color information
#AC921A (or 0xAC921A) is known color: Lucky. HEX triplet: AC, 92 and 1A. RGB value is (172,146,26). Sum of RGB (Red+Green+Blue) = 172+146+26=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC921A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC921A is #536DE5. Grayscale: #8C8C8C. Windows color (decimal): -5467622 or 1741484. OLE color: 1741484.
HSL color Cylindrical-coordinate representation of color #AC921A: hue angle of 49.32º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC921A is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 26 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.33 |
| HSL | 49.32º | 0.74% | 0.39% | - |
| HSV(B) | 49.32º | 0.85% | 0.67% | - |
| XYZ | 27.48 | 29.4 | 5.2 | - |
| YUV | 140.09 | 63.61 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 26 | 0 | 0.15 | 0.85 | 0.33 | 49.32 | 0.74 | 0.39 |
| Hex | AC | 92 | 1A | 0 | F | 55 | 21 | 31 | 4A | 27 |
| Octal | 254 | 222 | 32 | 0 | 17 | 125 | 41 | 61 | 112 | 47 |
| Binary | 10101100 | 10010010 | 11010 | 0 | 1111 | 1010101 | 100001 | 110001 | 1001010 | 100111 |
Color Harmonies of #AC921A
Complementary color
Monochromatic Colors of #AC921A
Black with #AC921A
Text Example
Text Example
White with #AC921A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC921A; }
p { color: rgb(172,146,26); }
H1.HeaderClassName
{
color: #AC921A;
}
.AnyTagClassName
{
color: #AC921A;
}
</style>
background-color css
<style>
a { background-color: #AC921A; }
a { background-color: rgb(172,146,26); }
div.DivClassName
{
background-color: #AC921A;
}
.BgClassName
{
background-color: #AC921A;
}
</style>
border-color css
<style>
span { border-color: #AC921A; }
span { border-color: rgb(172,146,26); }
td.TdClassName
{
border-color: #AC921A;
}
.TagClassName
{
border-color: #AC921A;
}
</style>