#a48f0b

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

Shades of Lucky #A48F0B

Tints of Lucky #A48F0B

Color information

#A48F0B (or 0xA48F0B) is unknown color: approx Lucky. HEX triplet: A4, 8F and 0B. RGB value is (164,143,11). Sum of RGB (Red+Green+Blue) = 164+143+11=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48F0B is #5B70F4. Grayscale: #868686. Windows color (decimal): -5992693 or 757668. OLE color: 757668.

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

Color convert

RGB16414311-
CMYK00.130.930.36
HSL51.76º87.43%34.31%-
HSV(B)51.76º93.29%64.31%-
XYZ25.1927.564.31-
YUV134.2358.46149.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.57%
GREEN value IS 143 (56.25% from 255) = 44.97%
BLUE value IS 11 (4.69% from 255) = 3.46%
R=51.57%
G=44.97%
B=3.46%

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
Decimal1641431100.130.930.3651.7687.4334.31
HexA48FB0D5D24345722
Octal24421713015135446412742
Binary101001001000111110110110110111011001001101001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a48f0b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a48f0b; }

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

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

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

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

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

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

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

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