#a48e44

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

Shades of Luxor Gold #A48E44

Tints of Luxor Gold #A48E44

Color information

#A48E44 (or 0xA48E44) is unknown color: approx Luxor Gold. HEX triplet: A4, 8E and 44. RGB value is (164,142,68). Sum of RGB (Red+Green+Blue) = 164+142+68=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48E44 is #5B71BB. Grayscale: #8C8C8C. Windows color (decimal): -5992892 or 4492964. OLE color: 4492964.

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

Color convert

RGB16414268-
CMYK00.130.590.36
HSL46.25º41.38%45.49%-
HSV(B)46.25º58.54%64.31%-
XYZ26.0327.669.44-
YUV140.1487.29145.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.85%
GREEN value IS 142 (55.86% from 255) = 37.97%
BLUE value IS 68 (26.95% from 255) = 18.18%
R=43.85%
G=37.97%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641426800.130.590.3646.2541.3845.49
HexA48E440D3B242e292d
Octal2442161040157344565155
Binary1010010010001110100010001101111011100100101110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a48e44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a48e44; }

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

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

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

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

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

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

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

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