Shades of Lucky #AC901D
Tints of Lucky #AC901D
RGB
CMYK
RGB Variations
Color information
#AC901D (or 0xAC901D) is known color: Lucky. HEX triplet: AC, 90 and 1D. RGB value is (172,144,29). Sum of RGB (Red+Green+Blue) = 172+144+29=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC901D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC901D is #536FE2. Grayscale: #8B8B8B. Windows color (decimal): -5468131 or 1937580. OLE color: 1937580.
HSL color Cylindrical-coordinate representation of color #AC901D: hue angle of 48.25º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC901D is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 144 | 29 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.33 |
| HSL | 48.25º | 0.71% | 0.39% | - |
| HSV(B) | 48.25º | 0.83% | 0.67% | - |
| XYZ | 27.21 | 28.81 | 5.29 | - |
| YUV | 139.26 | 65.78 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 29 | 0 | 0.16 | 0.83 | 0.33 | 48.25 | 0.71 | 0.39 |
| Hex | AC | 90 | 1D | 0 | 10 | 53 | 21 | 30 | 47 | 27 |
| Octal | 254 | 220 | 35 | 0 | 20 | 123 | 41 | 60 | 107 | 47 |
| Binary | 10101100 | 10010000 | 11101 | 0 | 10000 | 1010011 | 100001 | 110000 | 1000111 | 100111 |
Color Harmonies of #AC901D
Complementary color
Monochromatic Colors of #AC901D
Black with #AC901D
Text Example
Text Example
White with #AC901D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC901D; }
p { color: rgb(172,144,29); }
H1.HeaderClassName
{
color: #AC901D;
}
.AnyTagClassName
{
color: #AC901D;
}
</style>
background-color css
<style>
a { background-color: #AC901D; }
a { background-color: rgb(172,144,29); }
div.DivClassName
{
background-color: #AC901D;
}
.BgClassName
{
background-color: #AC901D;
}
</style>
border-color css
<style>
span { border-color: #AC901D; }
span { border-color: rgb(172,144,29); }
td.TdClassName
{
border-color: #AC901D;
}
.TagClassName
{
border-color: #AC901D;
}
</style>