#A38D15

Color #A38D15 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #A38D15

Tints of Lucky #A38D15

Color information

#A38D15 (or 0xA38D15) is unknown color: approx Lucky. HEX triplet: A3, 8D and 15. RGB value is (163,141,21). Sum of RGB (Red+Green+Blue) = 163+141+21=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38D15 is #5C72EA. Grayscale: #868686. Windows color (decimal): -6058731 or 1412515. OLE color: 1412515.

HSL color Cylindrical-coordinate representation of color #A38D15: hue angle of 50.7º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A38D15 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB16314121-
CMYK00.130.870.36
HSL50.7º77.17%36.08%-
HSV(B)50.7º87.12%63.92%-
XYZ24.7626.894.59-
YUV133.964.29148.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 141 (55.47% from 255) = 43.38%
BLUE value IS 21 (8.59% from 255) = 6.46%
R=50.15%
G=43.38%
B=6.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631412100.130.870.3650.777.1736.08
HexA38D150D5724334d24
Octal24321525015127446311544
Binary1010001110001101101010110110101111001001100111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38D15; }

 p { color: rgb(163,141,21); }

 H1.HeaderClassName
 {
   color: #A38D15;
 }
 .AnyTagClassName
 {
   color: #A38D15;
 }
</style>
background-color css

<style>
 a { background-color: #A38D15; }

 a { background-color: rgb(163,141,21); }

 div.DivClassName
 {
   background-color: #A38D15;
 }
 .BgClassName
 {
   background-color: #A38D15;
 }
</style>
border-color css

<style>
 span { border-color: #A38D15; }

 span { border-color: rgb(163,141,21); }

 td.TdClassName
 {
   border-color: #A38D15;
 }
 .TagClassName
 {
   border-color: #A38D15;
 }
</style>