#A38B4A

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

Shades of Luxor Gold #A38B4A

Tints of Luxor Gold #A38B4A

Color information

#A38B4A (or 0xA38B4A) is unknown color: approx Luxor Gold. HEX triplet: A3, 8B and 4A. RGB value is (163,139,74). Sum of RGB (Red+Green+Blue) = 163+139+74=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38B4A is #5C74B5. Grayscale: #8B8B8B. Windows color (decimal): -6059190 or 4885411. OLE color: 4885411.

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

Color convert

RGB16313974-
CMYK00.150.550.36
HSL43.82º37.55%46.47%-
HSV(B)43.82º54.6%63.92%-
XYZ25.5726.7510.29-
YUV138.7791.45145.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.35%
GREEN value IS 139 (54.69% from 255) = 36.97%
BLUE value IS 74 (29.30% from 255) = 19.68%
R=43.35%
G=36.97%
B=19.68%

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
Decimal1631397400.150.550.3643.8237.5546.47
HexA38B4A0F37242c262e
Octal2432131120176744544656
Binary1010001110001011100101001111110111100100101100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38B4A; }

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

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

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

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

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

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

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

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