#A38A40

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

Shades of Luxor Gold #A38A40

Tints of Luxor Gold #A38A40

Color information

#A38A40 (or 0xA38A40) is unknown color: approx Luxor Gold. HEX triplet: A3, 8A and 40. RGB value is (163,138,64). Sum of RGB (Red+Green+Blue) = 163+138+64=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38A40 is #5C75BF. Grayscale: #898989. Windows color (decimal): -6059456 or 4229795. OLE color: 4229795.

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

Color convert

RGB16313864-
CMYK00.150.610.36
HSL44.85º43.61%44.51%-
HSV(B)44.85º60.74%63.92%-
XYZ25.1226.338.61-
YUV137.0486.78146.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.66%
GREEN value IS 138 (54.30% from 255) = 37.81%
BLUE value IS 64 (25.39% from 255) = 17.53%
R=44.66%
G=37.81%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631386400.150.610.3644.8543.6144.51
HexA38A400F3D242d2c2d
Octal2432121000177544555455
Binary1010001110001010100000001111111101100100101101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38A40; }

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

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

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

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

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

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

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

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