Shades of Lucky #A4992B
Tints of Lucky #A4992B
RGB
CMYK
RGB Variations
Color information
#A4992B (or 0xA4992B) is known color: Lucky. HEX triplet: A4, 99 and 2B. RGB value is (164,153,43). Sum of RGB (Red+Green+Blue) = 164+153+43=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A4992B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4992B is #5B66D4. Grayscale: #909090. Windows color (decimal): -5990101 or 2857380. OLE color: 2857380.
HSL color Cylindrical-coordinate representation of color #A4992B: hue angle of 54.55º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4992B is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 153 | 43 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.36 |
| HSL | 54.55º | 0.58% | 0.41% | - |
| HSV(B) | 54.55º | 0.74% | 0.64% | - |
| XYZ | 27.14 | 30.85 | 6.81 | - |
| YUV | 143.75 | 71.14 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 43 | 0 | 0.07 | 0.74 | 0.36 | 54.55 | 0.58 | 0.41 |
| Hex | A4 | 99 | 2B | 0 | 7 | 4A | 24 | 37 | 3A | 29 |
| Octal | 244 | 231 | 53 | 0 | 7 | 112 | 44 | 67 | 72 | 51 |
| Binary | 10100100 | 10011001 | 101011 | 0 | 111 | 1001010 | 100100 | 110111 | 111010 | 101001 |
Color Harmonies of #A4992B
Complementary color
Monochromatic Colors of #A4992B
Black with #A4992B
Text Example
Text Example
White with #A4992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4992B; }
p { color: rgb(164,153,43); }
H1.HeaderClassName
{
color: #A4992B;
}
.AnyTagClassName
{
color: #A4992B;
}
</style>
background-color css
<style>
a { background-color: #A4992B; }
a { background-color: rgb(164,153,43); }
div.DivClassName
{
background-color: #A4992B;
}
.BgClassName
{
background-color: #A4992B;
}
</style>
border-color css
<style>
span { border-color: #A4992B; }
span { border-color: rgb(164,153,43); }
td.TdClassName
{
border-color: #A4992B;
}
.TagClassName
{
border-color: #A4992B;
}
</style>