Shades of Lucky #A28C08
Tints of Lucky #A28C08
RGB
CMYK
RGB Variations
Color information
#A28C08 (or 0xA28C08) is known color: Lucky. HEX triplet: A2, 8C and 08. RGB value is (162,140,8). Sum of RGB (Red+Green+Blue) = 162+140+8=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28C08 is #5D73F7. Grayscale: #848484. Windows color (decimal): -6124536 or 560290. OLE color: 560290.
HSL color Cylindrical-coordinate representation of color #A28C08: hue angle of 51.43º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A28C08 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 140 | 8 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.36 |
| HSL | 51.43º | 0.91% | 0.33% | - |
| HSV(B) | 51.43º | 0.95% | 0.64% | - |
| XYZ | 24.32 | 26.46 | 4.05 | - |
| YUV | 131.53 | 58.29 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 8 | 0 | 0.14 | 0.95 | 0.36 | 51.43 | 0.91 | 0.33 |
| Hex | A2 | 8C | 8 | 0 | E | 5F | 24 | 33 | 5B | 21 |
| Octal | 242 | 214 | 10 | 0 | 16 | 137 | 44 | 63 | 133 | 41 |
| Binary | 10100010 | 10001100 | 1000 | 0 | 1110 | 1011111 | 100100 | 110011 | 1011011 | 100001 |
Color Harmonies of #A28C08
Complementary color
Monochromatic Colors of #A28C08
Black with #A28C08
Text Example
Text Example
White with #A28C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28C08; }
p { color: rgb(162,140,8); }
H1.HeaderClassName
{
color: #A28C08;
}
.AnyTagClassName
{
color: #A28C08;
}
</style>
background-color css
<style>
a { background-color: #A28C08; }
a { background-color: rgb(162,140,8); }
div.DivClassName
{
background-color: #A28C08;
}
.BgClassName
{
background-color: #A28C08;
}
</style>
border-color css
<style>
span { border-color: #A28C08; }
span { border-color: rgb(162,140,8); }
td.TdClassName
{
border-color: #A28C08;
}
.TagClassName
{
border-color: #A28C08;
}
</style>