Shades of Lucky #A3921C
Tints of Lucky #A3921C
RGB
CMYK
RGB Variations
Color information
#A3921C (or 0xA3921C) is known color: Lucky. HEX triplet: A3, 92 and 1C. RGB value is (163,146,28). Sum of RGB (Red+Green+Blue) = 163+146+28=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A3921C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3921C is #5C6DE3. Grayscale: #8A8A8A. Windows color (decimal): -6057444 or 1872547. OLE color: 1872547.
HSL color Cylindrical-coordinate representation of color #A3921C: hue angle of 52.44º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A3921C is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 146 | 28 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.36 |
| HSL | 52.44º | 0.71% | 0.37% | - |
| HSV(B) | 52.44º | 0.83% | 0.64% | - |
| XYZ | 25.59 | 28.43 | 5.24 | - |
| YUV | 137.63 | 66.13 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 28 | 0 | 0.10 | 0.83 | 0.36 | 52.44 | 0.71 | 0.37 |
| Hex | A3 | 92 | 1C | 0 | A | 53 | 24 | 34 | 47 | 25 |
| Octal | 243 | 222 | 34 | 0 | 12 | 123 | 44 | 64 | 107 | 45 |
| Binary | 10100011 | 10010010 | 11100 | 0 | 1010 | 1010011 | 100100 | 110100 | 1000111 | 100101 |
Color Harmonies of #A3921C
Complementary color
Monochromatic Colors of #A3921C
Black with #A3921C
Text Example
Text Example
White with #A3921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3921C; }
p { color: rgb(163,146,28); }
H1.HeaderClassName
{
color: #A3921C;
}
.AnyTagClassName
{
color: #A3921C;
}
</style>
background-color css
<style>
a { background-color: #A3921C; }
a { background-color: rgb(163,146,28); }
div.DivClassName
{
background-color: #A3921C;
}
.BgClassName
{
background-color: #A3921C;
}
</style>
border-color css
<style>
span { border-color: #A3921C; }
span { border-color: rgb(163,146,28); }
td.TdClassName
{
border-color: #A3921C;
}
.TagClassName
{
border-color: #A3921C;
}
</style>