#A48F15

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

Shades of Lucky #A48F15

Tints of Lucky #A48F15

Color information

#A48F15 (or 0xA48F15) is unknown color: approx Lucky. HEX triplet: A4, 8F and 15. RGB value is (164,143,21). Sum of RGB (Red+Green+Blue) = 164+143+21=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48F15 is #5B70EA. Grayscale: #878787. Windows color (decimal): -5992683 or 1413028. OLE color: 1413028.

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

Color convert

RGB16414321-
CMYK00.130.870.36
HSL51.19º77.3%36.27%-
HSV(B)51.19º87.2%64.31%-
XYZ25.2727.594.7-
YUV135.3763.46148.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50%
GREEN value IS 143 (56.25% from 255) = 43.60%
BLUE value IS 21 (8.59% from 255) = 6.40%
R=50%
G=43.60%
B=6.40%

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
Decimal1641432100.130.870.3651.1977.336.27
HexA48F150D5724334d24
Octal24421725015127446311544
Binary1010010010001111101010110110101111001001100111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48F15; }

 p { color: rgb(164,143,21); }

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

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

 a { background-color: rgb(164,143,21); }

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

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

 span { border-color: rgb(164,143,21); }

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