Shades of Lucky #A38F04
Tints of Lucky #A38F04
RGB
CMYK
RGB Variations
Color information
#A38F04 (or 0xA38F04) is known color: Lucky. HEX triplet: A3, 8F and 04. RGB value is (163,143,4). Sum of RGB (Red+Green+Blue) = 163+143+4=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38F04 is #5C70FB. Grayscale: #858585. Windows color (decimal): -6058236 or 298915. OLE color: 298915.
HSL color Cylindrical-coordinate representation of color #A38F04: hue angle of 52.45º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A38F04 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 143 | 4 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.36 |
| HSL | 52.45º | 0.95% | 0.33% | - |
| HSV(B) | 52.45º | 0.98% | 0.64% | - |
| XYZ | 24.95 | 27.44 | 4.1 | - |
| YUV | 133.13 | 55.13 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 4 | 0 | 0.12 | 0.98 | 0.36 | 52.45 | 0.95 | 0.33 |
| Hex | A3 | 8F | 4 | 0 | C | 62 | 24 | 34 | 5F | 21 |
| Octal | 243 | 217 | 4 | 0 | 14 | 142 | 44 | 64 | 137 | 41 |
| Binary | 10100011 | 10001111 | 100 | 0 | 1100 | 1100010 | 100100 | 110100 | 1011111 | 100001 |
Color Harmonies of #A38F04
Complementary color
Monochromatic Colors of #A38F04
Black with #A38F04
Text Example
Text Example
White with #A38F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38F04; }
p { color: rgb(163,143,4); }
H1.HeaderClassName
{
color: #A38F04;
}
.AnyTagClassName
{
color: #A38F04;
}
</style>
background-color css
<style>
a { background-color: #A38F04; }
a { background-color: rgb(163,143,4); }
div.DivClassName
{
background-color: #A38F04;
}
.BgClassName
{
background-color: #A38F04;
}
</style>
border-color css
<style>
span { border-color: #A38F04; }
span { border-color: rgb(163,143,4); }
td.TdClassName
{
border-color: #A38F04;
}
.TagClassName
{
border-color: #A38F04;
}
</style>