Shades of Lucky #A28B0D
Tints of Lucky #A28B0D
RGB
CMYK
RGB Variations
Color information
#A28B0D (or 0xA28B0D) is known color: Lucky. HEX triplet: A2, 8B and 0D. RGB value is (162,139,13). Sum of RGB (Red+Green+Blue) = 162+139+13=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28B0D is #5D74F2. Grayscale: #848484. Windows color (decimal): -6124787 or 887714. OLE color: 887714.
HSL color Cylindrical-coordinate representation of color #A28B0D: hue angle of 50.74º 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 #A28B0D is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 139 | 13 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.36 |
| HSL | 50.74º | 0.85% | 0.34% | - |
| HSV(B) | 50.74º | 0.92% | 0.64% | - |
| XYZ | 24.21 | 26.18 | 4.16 | - |
| YUV | 131.51 | 61.12 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 13 | 0 | 0.14 | 0.92 | 0.36 | 50.74 | 0.85 | 0.34 |
| Hex | A2 | 8B | D | 0 | E | 5C | 24 | 33 | 55 | 22 |
| Octal | 242 | 213 | 15 | 0 | 16 | 134 | 44 | 63 | 125 | 42 |
| Binary | 10100010 | 10001011 | 1101 | 0 | 1110 | 1011100 | 100100 | 110011 | 1010101 | 100010 |
Color Harmonies of #A28B0D
Complementary color
Monochromatic Colors of #A28B0D
Black with #A28B0D
Text Example
Text Example
White with #A28B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28B0D; }
p { color: rgb(162,139,13); }
H1.HeaderClassName
{
color: #A28B0D;
}
.AnyTagClassName
{
color: #A28B0D;
}
</style>
background-color css
<style>
a { background-color: #A28B0D; }
a { background-color: rgb(162,139,13); }
div.DivClassName
{
background-color: #A28B0D;
}
.BgClassName
{
background-color: #A28B0D;
}
</style>
border-color css
<style>
span { border-color: #A28B0D; }
span { border-color: rgb(162,139,13); }
td.TdClassName
{
border-color: #A28B0D;
}
.TagClassName
{
border-color: #A28B0D;
}
</style>