#A38B48

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

Shades of Luxor Gold #A38B48

Tints of Luxor Gold #A38B48

Color information

#A38B48 (or 0xA38B48) is unknown color: approx Luxor Gold. HEX triplet: A3, 8B and 48. RGB value is (163,139,72). Sum of RGB (Red+Green+Blue) = 163+139+72=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38B48 is #5C74B7. Grayscale: #8A8A8A. Windows color (decimal): -6059192 or 4754339. OLE color: 4754339.

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

Color convert

RGB16313972-
CMYK00.150.560.36
HSL44.18º38.72%46.08%-
HSV(B)44.18º55.83%63.92%-
XYZ25.5126.729.94-
YUV138.5490.45145.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.58%
GREEN value IS 139 (54.69% from 255) = 37.17%
BLUE value IS 72 (28.52% from 255) = 19.25%
R=43.58%
G=37.17%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631397200.150.560.3644.1838.7246.08
HexA38B480F38242c272e
Octal2432131100177044544756
Binary1010001110001011100100001111111000100100101100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38B48; }

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

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

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

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

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

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

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

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