Shades of Lucky #A5971C
Tints of Lucky #A5971C
RGB
CMYK
RGB Variations
Color information
#A5971C (or 0xA5971C) is known color: Lucky. HEX triplet: A5, 97 and 1C. RGB value is (165,151,28). Sum of RGB (Red+Green+Blue) = 165+151+28=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A5971C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5971C is #5A68E3. Grayscale: #8D8D8D. Windows color (decimal): -5925092 or 1873829. OLE color: 1873829.
HSL color Cylindrical-coordinate representation of color #A5971C: hue angle of 53.87º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A5971C is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 151 | 28 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.35 |
| HSL | 53.87º | 0.71% | 0.38% | - |
| HSV(B) | 53.87º | 0.83% | 0.65% | - |
| XYZ | 26.79 | 30.22 | 5.52 | - |
| YUV | 141.16 | 64.14 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 151 | 28 | 0 | 0.08 | 0.83 | 0.35 | 53.87 | 0.71 | 0.38 |
| Hex | A5 | 97 | 1C | 0 | 8 | 53 | 23 | 36 | 47 | 26 |
| Octal | 245 | 227 | 34 | 0 | 10 | 123 | 43 | 66 | 107 | 46 |
| Binary | 10100101 | 10010111 | 11100 | 0 | 1000 | 1010011 | 100011 | 110110 | 1000111 | 100110 |
Color Harmonies of #A5971C
Complementary color
Monochromatic Colors of #A5971C
Black with #A5971C
Text Example
Text Example
White with #A5971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5971C; }
p { color: rgb(165,151,28); }
H1.HeaderClassName
{
color: #A5971C;
}
.AnyTagClassName
{
color: #A5971C;
}
</style>
background-color css
<style>
a { background-color: #A5971C; }
a { background-color: rgb(165,151,28); }
div.DivClassName
{
background-color: #A5971C;
}
.BgClassName
{
background-color: #A5971C;
}
</style>
border-color css
<style>
span { border-color: #A5971C; }
span { border-color: rgb(165,151,28); }
td.TdClassName
{
border-color: #A5971C;
}
.TagClassName
{
border-color: #A5971C;
}
</style>