#A48C4A

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

Shades of Luxor Gold #A48C4A

Tints of Luxor Gold #A48C4A

Color information

#A48C4A (or 0xA48C4A) is unknown color: approx Luxor Gold. HEX triplet: A4, 8C and 4A. RGB value is (164,140,74). Sum of RGB (Red+Green+Blue) = 164+140+74=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48C4A is #5B73B5. Grayscale: #8B8B8B. Windows color (decimal): -5993398 or 4885668. OLE color: 4885668.

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

Color convert

RGB16414074-
CMYK00.150.550.36
HSL44º37.82%46.67%-
HSV(B)44º54.88%64.31%-
XYZ25.9227.1410.35-
YUV139.6590.95145.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.39%
GREEN value IS 140 (55.08% from 255) = 37.04%
BLUE value IS 74 (29.30% from 255) = 19.58%
R=43.39%
G=37.04%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641407400.150.550.364437.8246.67
HexA48C4A0F37242c262f
Octal2442141120176744544657
Binary1010010010001100100101001111110111100100101100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48C4A; }

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

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

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

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

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

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

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

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