#A18A45

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

Shades of Luxor Gold #A18A45

Tints of Luxor Gold #A18A45

Color information

#A18A45 (or 0xA18A45) is unknown color: approx Luxor Gold. HEX triplet: A1, 8A and 45. RGB value is (161,138,69). Sum of RGB (Red+Green+Blue) = 161+138+69=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18A45 is #5E75BA. Grayscale: #898989. Windows color (decimal): -6190523 or 4557473. OLE color: 4557473.

HSL color Cylindrical-coordinate representation of color #A18A45: hue angle of 45º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A18A45 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB16113869-
CMYK00.140.570.37
HSL45º40%45.1%-
HSV(B)45º57.14%63.14%-
XYZ24.8626.189.37-
YUV137.0189.62145.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.75%
GREEN value IS 138 (54.30% from 255) = 37.5%
BLUE value IS 69 (27.34% from 255) = 18.75%
R=43.75%
G=37.5%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611386900.140.570.37454045.1
HexA18A450E39252d282d
Octal2412121050167145555055
Binary1010000110001010100010101110111001100101101101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18A45; }

 p { color: rgb(161,138,69); }

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

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

 a { background-color: rgb(161,138,69); }

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

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

 span { border-color: rgb(161,138,69); }

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