#A38A49

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

Shades of Luxor Gold #A38A49

Tints of Luxor Gold #A38A49

Color information

#A38A49 (or 0xA38A49) is unknown color: approx Luxor Gold. HEX triplet: A3, 8A and 49. RGB value is (163,138,73). Sum of RGB (Red+Green+Blue) = 163+138+73=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38A49 is #5C75B6. Grayscale: #8A8A8A. Windows color (decimal): -6059447 or 4819619. OLE color: 4819619.

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

Color convert

RGB16313873-
CMYK00.150.550.36
HSL43.33º38.14%46.27%-
HSV(B)43.33º55.21%63.92%-
XYZ25.426.4410.07-
YUV138.0691.28145.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.58%
GREEN value IS 138 (54.30% from 255) = 36.90%
BLUE value IS 73 (28.91% from 255) = 19.52%
R=43.58%
G=36.90%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631387300.150.550.3643.3338.1446.27
HexA38A490F37242b262e
Octal2432121110176744534656
Binary1010001110001010100100101111110111100100101011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38A49; }

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

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

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

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

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

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

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

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