#A38C4A

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

Shades of Luxor Gold #A38C4A

Tints of Luxor Gold #A38C4A

Color information

#A38C4A (or 0xA38C4A) is unknown color: approx Luxor Gold. HEX triplet: A3, 8C and 4A. RGB value is (163,140,74). Sum of RGB (Red+Green+Blue) = 163+140+74=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38C4A is #5C73B5. Grayscale: #8B8B8B. Windows color (decimal): -6058934 or 4885667. OLE color: 4885667.

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

Color convert

RGB16314074-
CMYK00.140.550.36
HSL44.49º37.55%46.47%-
HSV(B)44.49º54.6%63.92%-
XYZ25.7227.0410.34-
YUV139.3591.12144.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.24%
GREEN value IS 140 (55.08% from 255) = 37.14%
BLUE value IS 74 (29.30% from 255) = 19.63%
R=43.24%
G=37.14%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631407400.140.550.3644.4937.5546.47
HexA38C4A0E37242c262e
Octal2432141120166744544656
Binary1010001110001100100101001110110111100100101100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38C4A; }

 p { color: rgb(163,140,74); }

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

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

 a { background-color: rgb(163,140,74); }

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

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

 span { border-color: rgb(163,140,74); }

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