#A38D17

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

Shades of Lucky #A38D17

Tints of Lucky #A38D17

Color information

#A38D17 (or 0xA38D17) is unknown color: approx Lucky. HEX triplet: A3, 8D and 17. RGB value is (163,141,23). Sum of RGB (Red+Green+Blue) = 163+141+23=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38D17 is #5C72E8. Grayscale: #868686. Windows color (decimal): -6058729 or 1543587. OLE color: 1543587.

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

Color convert

RGB16314123-
CMYK00.130.860.36
HSL50.57º75.27%36.47%-
HSV(B)50.57º85.89%63.92%-
XYZ24.7826.94.7-
YUV134.1365.29148.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.85%
GREEN value IS 141 (55.47% from 255) = 43.12%
BLUE value IS 23 (9.38% from 255) = 7.03%
R=49.85%
G=43.12%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631412300.130.860.3650.5775.2736.47
HexA38D170D5624334b24
Octal24321527015126446311344
Binary1010001110001101101110110110101101001001100111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38D17; }

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

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

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

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

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

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

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

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