#A48E09

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

Shades of Lucky #A48E09

Tints of Lucky #A48E09

Color information

#A48E09 (or 0xA48E09) is unknown color: approx Lucky. HEX triplet: A4, 8E and 09. RGB value is (164,142,9). Sum of RGB (Red+Green+Blue) = 164+142+9=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48E09 is #5B71F6. Grayscale: #858585. Windows color (decimal): -5992951 or 626340. OLE color: 626340.

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

Color convert

RGB1641429-
CMYK00.130.950.36
HSL51.48º89.6%33.92%-
HSV(B)51.48º94.51%64.31%-
XYZ25.0327.264.2-
YUV133.4257.79149.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.06%
GREEN value IS 142 (55.86% from 255) = 45.08%
BLUE value IS 9 (3.91% from 255) = 2.86%
R=52.06%
G=45.08%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164142900.130.950.3651.4889.633.92
HexA48E90D5F24335a22
Octal24421611015137446313242
Binary101001001000111010010110110111111001001100111011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48E09; }

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

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

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

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

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

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

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

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