#A38E16

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

Shades of Lucky #A38E16

Tints of Lucky #A38E16

Color information

#A38E16 (or 0xA38E16) is unknown color: approx Lucky. HEX triplet: A3, 8E and 16. RGB value is (163,142,22). Sum of RGB (Red+Green+Blue) = 163+142+22=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38E16 is #5C71E9. Grayscale: #878787. Windows color (decimal): -6058474 or 1478307. OLE color: 1478307.

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

Color convert

RGB16314222-
CMYK00.130.870.36
HSL51.06º76.22%36.27%-
HSV(B)51.06º86.5%63.92%-
XYZ24.9227.194.69-
YUV134.664.46148.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.85%
GREEN value IS 142 (55.86% from 255) = 43.43%
BLUE value IS 22 (8.98% from 255) = 6.73%
R=49.85%
G=43.43%
B=6.73%

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
Decimal1631422200.130.870.3651.0676.2236.27
HexA38E160D5724334c24
Octal24321626015127446311444
Binary1010001110001110101100110110101111001001100111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38E16; }

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

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

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

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

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

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

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

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