#A48E0C

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

Shades of Lucky #A48E0C

Tints of Lucky #A48E0C

Color information

#A48E0C (or 0xA48E0C) is unknown color: approx Lucky. HEX triplet: A4, 8E and 0C. RGB value is (164,142,12). Sum of RGB (Red+Green+Blue) = 164+142+12=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48E0C is #5B71F3. Grayscale: #868686. Windows color (decimal): -5992948 or 822948. OLE color: 822948.

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

Color convert

RGB16414212-
CMYK00.130.930.36
HSL51.32º86.36%34.51%-
HSV(B)51.32º92.68%64.31%-
XYZ25.0527.274.29-
YUV133.7659.29149.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.57%
GREEN value IS 142 (55.86% from 255) = 44.65%
BLUE value IS 12 (5.08% from 255) = 3.77%
R=51.57%
G=44.65%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641421200.130.930.3651.3286.3634.51
HexA48EC0D5D24335623
Octal24421614015135446312643
Binary101001001000111011000110110111011001001100111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48E0C; }

 p { color: rgb(164,142,12); }

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

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

 a { background-color: rgb(164,142,12); }

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

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

 span { border-color: rgb(164,142,12); }

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