#A38E15

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

Shades of Lucky #A38E15

Tints of Lucky #A38E15

Color information

#A38E15 (or 0xA38E15) is unknown color: approx Lucky. HEX triplet: A3, 8E and 15. RGB value is (163,142,21). Sum of RGB (Red+Green+Blue) = 163+142+21=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38E15 is #5C71EA. Grayscale: #868686. Windows color (decimal): -6058475 or 1412771. OLE color: 1412771.

HSL color Cylindrical-coordinate representation of color #A38E15: hue angle of 51.13º 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 #A38E15 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB16314221-
CMYK00.130.870.36
HSL51.13º77.17%36.08%-
HSV(B)51.13º87.12%63.92%-
XYZ24.9127.194.64-
YUV134.4963.96148.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50%
GREEN value IS 142 (55.86% from 255) = 43.56%
BLUE value IS 21 (8.59% from 255) = 6.44%
R=50%
G=43.56%
B=6.44%

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
Decimal1631422100.130.870.3651.1377.1736.08
HexA38E150D5724334d24
Octal24321625015127446311544
Binary1010001110001110101010110110101111001001100111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38E15; }

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

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

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

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

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

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

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

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