Shades of Lucky #A38A10
Tints of Lucky #A38A10
RGB
CMYK
RGB Variations
Color information
#A38A10 (or 0xA38A10) is known color: Lucky. HEX triplet: A3, 8A and 10. RGB value is (163,138,16). Sum of RGB (Red+Green+Blue) = 163+138+16=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38A10 is #5C75EF. Grayscale: #848484. Windows color (decimal): -6059504 or 1084067. OLE color: 1084067.
HSL color Cylindrical-coordinate representation of color #A38A10: hue angle of 49.8º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A38A10 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 138 | 16 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.36 |
| HSL | 49.8º | 0.82% | 0.35% | - |
| HSV(B) | 49.8º | 0.9% | 0.64% | - |
| XYZ | 24.29 | 26 | 4.23 | - |
| YUV | 131.57 | 62.78 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 16 | 0 | 0.15 | 0.90 | 0.36 | 49.8 | 0.82 | 0.35 |
| Hex | A3 | 8A | 10 | 0 | F | 5A | 24 | 32 | 52 | 23 |
| Octal | 243 | 212 | 20 | 0 | 17 | 132 | 44 | 62 | 122 | 43 |
| Binary | 10100011 | 10001010 | 10000 | 0 | 1111 | 1011010 | 100100 | 110010 | 1010010 | 100011 |
Color Harmonies of #A38A10
Complementary color
Monochromatic Colors of #A38A10
Black with #A38A10
Text Example
Text Example
White with #A38A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38A10; }
p { color: rgb(163,138,16); }
H1.HeaderClassName
{
color: #A38A10;
}
.AnyTagClassName
{
color: #A38A10;
}
</style>
background-color css
<style>
a { background-color: #A38A10; }
a { background-color: rgb(163,138,16); }
div.DivClassName
{
background-color: #A38A10;
}
.BgClassName
{
background-color: #A38A10;
}
</style>
border-color css
<style>
span { border-color: #A38A10; }
span { border-color: rgb(163,138,16); }
td.TdClassName
{
border-color: #A38A10;
}
.TagClassName
{
border-color: #A38A10;
}
</style>