#A38E48

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

Shades of Luxor Gold #A38E48

Tints of Luxor Gold #A38E48

Color information

#A38E48 (or 0xA38E48) is unknown color: approx Luxor Gold. HEX triplet: A3, 8E and 48. RGB value is (163,142,72). Sum of RGB (Red+Green+Blue) = 163+142+72=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38E48 is #5C71B7. Grayscale: #8C8C8C. Windows color (decimal): -6058424 or 4755107. OLE color: 4755107.

HSL color Cylindrical-coordinate representation of color #A38E48: hue angle of 46.15º 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 #A38E48 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB16314272-
CMYK00.130.560.36
HSL46.15º38.72%46.08%-
HSV(B)46.15º55.83%63.92%-
XYZ25.9527.610.09-
YUV140.389.46144.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.24%
GREEN value IS 142 (55.86% from 255) = 37.67%
BLUE value IS 72 (28.52% from 255) = 19.10%
R=43.24%
G=37.67%
B=19.10%

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
Decimal1631427200.130.560.3646.1538.7246.08
HexA38E480D38242e272e
Octal2432161100157044564756
Binary1010001110001110100100001101111000100100101110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38E48; }

 p { color: rgb(163,142,72); }

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

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

 a { background-color: rgb(163,142,72); }

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

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

 span { border-color: rgb(163,142,72); }

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