#a38e40

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

Shades of Luxor Gold #A38E40

Tints of Luxor Gold #A38E40

Color information

#A38E40 (or 0xA38E40) is unknown color: approx Luxor Gold. HEX triplet: A3, 8E and 40. RGB value is (163,142,64). Sum of RGB (Red+Green+Blue) = 163+142+64=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38E40 is #5C71BF. Grayscale: #8B8B8B. Windows color (decimal): -6058432 or 4230819. OLE color: 4230819.

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

Color convert

RGB16314264-
CMYK00.130.610.36
HSL47.27º43.61%44.51%-
HSV(B)47.27º60.74%63.92%-
XYZ25.727.58.8-
YUV139.3985.46144.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.17%
GREEN value IS 142 (55.86% from 255) = 38.48%
BLUE value IS 64 (25.39% from 255) = 17.34%
R=44.17%
G=38.48%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631426400.130.610.3647.2743.6144.51
HexA38E400D3D242f2c2d
Octal2432161000157544575455
Binary1010001110001110100000001101111101100100101111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a38e40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a38e40; }

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

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

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

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

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

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

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

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