Shades of Lucky #A28A0D
Tints of Lucky #A28A0D
RGB
CMYK
RGB Variations
Color information
#A28A0D (or 0xA28A0D) is known color: Lucky. HEX triplet: A2, 8A and 0D. RGB value is (162,138,13). Sum of RGB (Red+Green+Blue) = 162+138+13=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28A0D is #5D75F2. Grayscale: #838383. Windows color (decimal): -6125043 or 887458. OLE color: 887458.
HSL color Cylindrical-coordinate representation of color #A28A0D: hue angle of 50.34º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A28A0D is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 138 | 13 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.36 |
| HSL | 50.34º | 0.85% | 0.34% | - |
| HSV(B) | 50.34º | 0.92% | 0.64% | - |
| XYZ | 24.06 | 25.89 | 4.11 | - |
| YUV | 130.93 | 61.45 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 13 | 0 | 0.15 | 0.92 | 0.36 | 50.34 | 0.85 | 0.34 |
| Hex | A2 | 8A | D | 0 | F | 5C | 24 | 32 | 55 | 22 |
| Octal | 242 | 212 | 15 | 0 | 17 | 134 | 44 | 62 | 125 | 42 |
| Binary | 10100010 | 10001010 | 1101 | 0 | 1111 | 1011100 | 100100 | 110010 | 1010101 | 100010 |
Color Harmonies of #A28A0D
Complementary color
Monochromatic Colors of #A28A0D
Black with #A28A0D
Text Example
Text Example
White with #A28A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A0D; }
p { color: rgb(162,138,13); }
H1.HeaderClassName
{
color: #A28A0D;
}
.AnyTagClassName
{
color: #A28A0D;
}
</style>
background-color css
<style>
a { background-color: #A28A0D; }
a { background-color: rgb(162,138,13); }
div.DivClassName
{
background-color: #A28A0D;
}
.BgClassName
{
background-color: #A28A0D;
}
</style>
border-color css
<style>
span { border-color: #A28A0D; }
span { border-color: rgb(162,138,13); }
td.TdClassName
{
border-color: #A28A0D;
}
.TagClassName
{
border-color: #A28A0D;
}
</style>