#A38A48

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

Shades of Luxor Gold #A38A48

Tints of Luxor Gold #A38A48

Color information

#A38A48 (or 0xA38A48) is unknown color: approx Luxor Gold. HEX triplet: A3, 8A and 48. RGB value is (163,138,72). Sum of RGB (Red+Green+Blue) = 163+138+72=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38A48 is #5C75B7. Grayscale: #8A8A8A. Windows color (decimal): -6059448 or 4754083. OLE color: 4754083.

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

Color convert

RGB16313872-
CMYK00.150.560.36
HSL43.52º38.72%46.08%-
HSV(B)43.52º55.83%63.92%-
XYZ25.3626.439.9-
YUV137.9590.78145.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.70%
GREEN value IS 138 (54.30% from 255) = 37.00%
BLUE value IS 72 (28.52% from 255) = 19.30%
R=43.70%
G=37.00%
B=19.30%

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
Decimal1631387200.150.560.3643.5238.7246.08
HexA38A480F38242c272e
Octal2432121100177044544756
Binary1010001110001010100100001111111000100100101100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38A48; }

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

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

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

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

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

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

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

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