#A38D45

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

Shades of Luxor Gold #A38D45

Tints of Luxor Gold #A38D45

Color information

#A38D45 (or 0xA38D45) is unknown color: approx Luxor Gold. HEX triplet: A3, 8D and 45. RGB value is (163,141,69). Sum of RGB (Red+Green+Blue) = 163+141+69=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38D45 is #5C72BA. Grayscale: #8B8B8B. Windows color (decimal): -6058683 or 4558243. OLE color: 4558243.

HSL color Cylindrical-coordinate representation of color #A38D45: hue angle of 45.96º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A38D45 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB16314169-
CMYK00.130.580.36
HSL45.96º40.52%45.49%-
HSV(B)45.96º57.67%63.92%-
XYZ25.727.279.54-
YUV139.3788.29144.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.70%
GREEN value IS 141 (55.47% from 255) = 37.80%
BLUE value IS 69 (27.34% from 255) = 18.50%
R=43.70%
G=37.80%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631416900.130.580.3645.9640.5245.49
HexA38D450D3A242e292d
Octal2432151050157244565155
Binary1010001110001101100010101101111010100100101110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38D45; }

 p { color: rgb(163,141,69); }

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

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

 a { background-color: rgb(163,141,69); }

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

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

 span { border-color: rgb(163,141,69); }

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