#A48F0D

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

Shades of Lucky #A48F0D

Tints of Lucky #A48F0D

Color information

#A48F0D (or 0xA48F0D) is unknown color: approx Lucky. HEX triplet: A4, 8F and 0D. RGB value is (164,143,13). Sum of RGB (Red+Green+Blue) = 164+143+13=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48F0D is #5B70F2. Grayscale: #878787. Windows color (decimal): -5992691 or 888740. OLE color: 888740.

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

Color convert

RGB16414313-
CMYK00.130.920.36
HSL51.66º85.31%34.71%-
HSV(B)51.66º92.07%64.31%-
XYZ25.227.574.37-
YUV134.4659.46149.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.25%
GREEN value IS 143 (56.25% from 255) = 44.69%
BLUE value IS 13 (5.47% from 255) = 4.06%
R=51.25%
G=44.69%
B=4.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641431300.130.920.3651.6685.3134.71
HexA48FD0D5C24345523
Octal24421715015134446412543
Binary101001001000111111010110110111001001001101001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48F0D; }

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

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

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

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

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

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

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

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