#A48C40

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

Shades of Luxor Gold #A48C40

Tints of Luxor Gold #A48C40

Color information

#A48C40 (or 0xA48C40) is unknown color: approx Luxor Gold. HEX triplet: A4, 8C and 40. RGB value is (164,140,64). Sum of RGB (Red+Green+Blue) = 164+140+64=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48C40 is #5B73BF. Grayscale: #8A8A8A. Windows color (decimal): -5993408 or 4230308. OLE color: 4230308.

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

Color convert

RGB16414064-
CMYK00.150.610.36
HSL45.6º43.86%44.71%-
HSV(B)45.6º60.98%64.31%-
XYZ25.6127.028.72-
YUV138.5185.95146.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.57%
GREEN value IS 140 (55.08% from 255) = 38.04%
BLUE value IS 64 (25.39% from 255) = 17.39%
R=44.57%
G=38.04%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641406400.150.610.3645.643.8644.71
HexA48C400F3D242e2c2d
Octal2442141000177544565455
Binary1010010010001100100000001111111101100100101110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48C40; }

 p { color: rgb(164,140,64); }

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

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

 a { background-color: rgb(164,140,64); }

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

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

 span { border-color: rgb(164,140,64); }

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