#A88D47

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

Shades of Luxor Gold #A88D47

Tints of Luxor Gold #A88D47

Color information

#A88D47 (or 0xA88D47) is unknown color: approx Luxor Gold. HEX triplet: A8, 8D and 47. RGB value is (168,141,71). Sum of RGB (Red+Green+Blue) = 168+141+71=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88D47 is #5772B8. Grayscale: #8D8D8D. Windows color (decimal): -5731001 or 4689320. OLE color: 4689320.

HSL color Cylindrical-coordinate representation of color #A88D47: hue angle of 43.3º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A88D47 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB16814171-
CMYK00.160.580.34
HSL43.3º40.59%46.86%-
HSV(B)43.3º57.74%65.88%-
XYZ26.8127.839.92-
YUV141.0988.45147.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.21%
GREEN value IS 141 (55.47% from 255) = 37.11%
BLUE value IS 71 (28.12% from 255) = 18.68%
R=44.21%
G=37.11%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681417100.160.580.3443.340.5946.86
HexA88D470103A222b292f
Octal2502151070207242535157
Binary10101000100011011000111010000111010100010101011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88D47; }

 p { color: rgb(168,141,71); }

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

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

 a { background-color: rgb(168,141,71); }

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

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

 span { border-color: rgb(168,141,71); }

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