Shades of Lucky #A8981F
Tints of Lucky #A8981F
RGB
CMYK
RGB Variations
Color information
#A8981F (or 0xA8981F) is known color: Lucky. HEX triplet: A8, 98 and 1F. RGB value is (168,152,31). Sum of RGB (Red+Green+Blue) = 168+152+31=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A8981F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8981F is #5767E0. Grayscale: #8F8F8F. Windows color (decimal): -5728225 or 2070696. OLE color: 2070696.
HSL color Cylindrical-coordinate representation of color #A8981F: hue angle of 52.99º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8981F is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 152 | 31 | - |
CMYK | 0 | 0.10 | 0.82 | 0.34 |
HSL | 52.99º | 0.69% | 0.39% | - |
HSV(B) | 52.99º | 0.82% | 0.66% | - |
XYZ | 27.62 | 30.88 | 5.8 | - |
YUV | 142.99 | 64.8 | 145.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 152 | 31 | 0 | 0.10 | 0.82 | 0.34 | 52.99 | 0.69 | 0.39 |
Hex | A8 | 98 | 1F | 0 | A | 52 | 22 | 35 | 45 | 27 |
Octal | 250 | 230 | 37 | 0 | 12 | 122 | 42 | 65 | 105 | 47 |
Binary | 10101000 | 10011000 | 11111 | 0 | 1010 | 1010010 | 100010 | 110101 | 1000101 | 100111 |
Color Harmonies of #A8981F
Complementary color
Monochromatic Colors of #A8981F
Black with #A8981F
Text Example
Text Example
White with #A8981F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8981F; }
p { color: rgb(168,152,31); }
H1.HeaderClassName
{
color: #A8981F;
}
.AnyTagClassName
{
color: #A8981F;
}
</style>
background-color css
<style>
a { background-color: #A8981F; }
a { background-color: rgb(168,152,31); }
div.DivClassName
{
background-color: #A8981F;
}
.BgClassName
{
background-color: #A8981F;
}
</style>
border-color css
<style>
span { border-color: #A8981F; }
span { border-color: rgb(168,152,31); }
td.TdClassName
{
border-color: #A8981F;
}
.TagClassName
{
border-color: #A8981F;
}
</style>