#A38949

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

Shades of Luxor Gold #A38949

Tints of Luxor Gold #A38949

Color information

#A38949 (or 0xA38949) is unknown color: approx Luxor Gold. HEX triplet: A3, 89 and 49. RGB value is (163,137,73). Sum of RGB (Red+Green+Blue) = 163+137+73=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A38949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38949 is #5C76B6. Grayscale: #898989. Windows color (decimal): -6059703 or 4819363. OLE color: 4819363.

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

Color convert

RGB16313773-
CMYK00.160.550.36
HSL42.67º38.14%46.27%-
HSV(B)42.67º55.21%63.92%-
XYZ25.2526.1610.02-
YUV137.4891.61146.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.70%
GREEN value IS 137 (53.91% from 255) = 36.73%
BLUE value IS 73 (28.91% from 255) = 19.57%
R=43.70%
G=36.73%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631377300.160.550.3642.6738.1446.27
HexA3894901037242b262e
Octal2432111110206744534656
Binary10100011100010011001001010000110111100100101011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38949; }

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

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

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

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

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

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

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

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