#A38B40

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

Shades of Luxor Gold #A38B40

Tints of Luxor Gold #A38B40

Color information

#A38B40 (or 0xA38B40) is unknown color: approx Luxor Gold. HEX triplet: A3, 8B and 40. RGB value is (163,139,64). Sum of RGB (Red+Green+Blue) = 163+139+64=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38B40 is #5C74BF. Grayscale: #898989. Windows color (decimal): -6059200 or 4230051. OLE color: 4230051.

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

Color convert

RGB16313964-
CMYK00.150.610.36
HSL45.45º43.61%44.51%-
HSV(B)45.45º60.74%63.92%-
XYZ25.2626.628.66-
YUV137.6386.45146.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.54%
GREEN value IS 139 (54.69% from 255) = 37.98%
BLUE value IS 64 (25.39% from 255) = 17.49%
R=44.54%
G=37.98%
B=17.49%

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
Decimal1631396400.150.610.3645.4543.6144.51
HexA38B400F3D242d2c2d
Octal2432131000177544555455
Binary1010001110001011100000001111111101100100101101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38B40; }

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

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

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

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

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

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

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

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