#A18D16

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

Shades of Lucky #A18D16

Tints of Lucky #A18D16

Color information

#A18D16 (or 0xA18D16) is unknown color: approx Lucky. HEX triplet: A1, 8D and 16. RGB value is (161,141,22). Sum of RGB (Red+Green+Blue) = 161+141+22=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18D16 is #5E72E9. Grayscale: #858585. Windows color (decimal): -6189802 or 1478049. OLE color: 1478049.

HSL color Cylindrical-coordinate representation of color #A18D16: hue angle of 51.37º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A18D16 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB16114122-
CMYK00.120.860.37
HSL51.37º75.96%35.88%-
HSV(B)51.37º86.34%63.14%-
XYZ24.3726.684.63-
YUV133.4165.13147.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.69%
GREEN value IS 141 (55.47% from 255) = 43.52%
BLUE value IS 22 (8.98% from 255) = 6.79%
R=49.69%
G=43.52%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611412200.120.860.3751.3775.9635.88
HexA18D160C5625334c24
Octal24121526014126456311444
Binary1010000110001101101100110010101101001011100111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18D16; }

 p { color: rgb(161,141,22); }

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

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

 a { background-color: rgb(161,141,22); }

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

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

 span { border-color: rgb(161,141,22); }

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