#A48D1D

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

Shades of Lucky #A48D1D

Tints of Lucky #A48D1D

Color information

#A48D1D (or 0xA48D1D) is unknown color: approx Lucky. HEX triplet: A4, 8D and 1D. RGB value is (164,141,29). Sum of RGB (Red+Green+Blue) = 164+141+29=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48D1D is #5B72E2. Grayscale: #878787. Windows color (decimal): -5993187 or 1936804. OLE color: 1936804.

HSL color Cylindrical-coordinate representation of color #A48D1D: hue angle of 49.78º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A48D1D is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB16414129-
CMYK00.140.820.36
HSL49.78º69.95%37.84%-
HSV(B)49.78º82.32%64.31%-
XYZ25.0627.035.06-
YUV135.1168.12148.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.10%
GREEN value IS 141 (55.47% from 255) = 42.22%
BLUE value IS 29 (11.72% from 255) = 8.68%
R=49.10%
G=42.22%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641412900.140.820.3649.7869.9537.84
HexA48D1D0E5224324626
Octal24421535016122446210646
Binary1010010010001101111010111010100101001001100101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D1D; }

 p { color: rgb(164,141,29); }

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

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

 a { background-color: rgb(164,141,29); }

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

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

 span { border-color: rgb(164,141,29); }

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