#A38D47

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

Shades of Luxor Gold #A38D47

Tints of Luxor Gold #A38D47

Color information

#A38D47 (or 0xA38D47) is unknown color: approx Luxor Gold. HEX triplet: A3, 8D and 47. RGB value is (163,141,71). Sum of RGB (Red+Green+Blue) = 163+141+71=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38D47 is #5C72B8. Grayscale: #8B8B8B. Windows color (decimal): -6058681 or 4689315. OLE color: 4689315.

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

Color convert

RGB16314171-
CMYK00.130.560.36
HSL45.65º39.32%45.88%-
HSV(B)45.65º56.44%63.92%-
XYZ25.7727.299.87-
YUV139.689.29144.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.47%
GREEN value IS 141 (55.47% from 255) = 37.6%
BLUE value IS 71 (28.12% from 255) = 18.93%
R=43.47%
G=37.6%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631417100.130.560.3645.6539.3245.88
HexA38D470D38242e272e
Octal2432151070157044564756
Binary1010001110001101100011101101111000100100101110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38D47; }

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

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

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

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

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

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

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

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