Shades of Lucky #A8A31F
Tints of Lucky #A8A31F
RGB
CMYK
RGB Variations
Color information
#A8A31F (or 0xA8A31F) is known color: Lucky. HEX triplet: A8, A3 and 1F. RGB value is (168,163,31). Sum of RGB (Red+Green+Blue) = 168+163+31=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A31F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A31F is #575CE0. Grayscale: #959595. Windows color (decimal): -5725409 or 2073512. OLE color: 2073512.
HSL color Cylindrical-coordinate representation of color #A8A31F: hue angle of 57.81º 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 #A8A31F is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 163 | 31 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.34 |
| HSL | 57.81º | 0.69% | 0.39% | - |
| HSV(B) | 57.81º | 0.82% | 0.66% | - |
| XYZ | 29.49 | 34.62 | 6.42 | - |
| YUV | 149.45 | 61.16 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 31 | 0 | 0.03 | 0.82 | 0.34 | 57.81 | 0.69 | 0.39 |
| Hex | A8 | A3 | 1F | 0 | 3 | 52 | 22 | 3A | 45 | 27 |
| Octal | 250 | 243 | 37 | 0 | 3 | 122 | 42 | 72 | 105 | 47 |
| Binary | 10101000 | 10100011 | 11111 | 0 | 11 | 1010010 | 100010 | 111010 | 1000101 | 100111 |
Color Harmonies of #A8A31F
Complementary color
Monochromatic Colors of #A8A31F
Black with #A8A31F
Text Example
Text Example
White with #A8A31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A31F; }
p { color: rgb(168,163,31); }
H1.HeaderClassName
{
color: #A8A31F;
}
.AnyTagClassName
{
color: #A8A31F;
}
</style>
background-color css
<style>
a { background-color: #A8A31F; }
a { background-color: rgb(168,163,31); }
div.DivClassName
{
background-color: #A8A31F;
}
.BgClassName
{
background-color: #A8A31F;
}
</style>
border-color css
<style>
span { border-color: #A8A31F; }
span { border-color: rgb(168,163,31); }
td.TdClassName
{
border-color: #A8A31F;
}
.TagClassName
{
border-color: #A8A31F;
}
</style>