#A18F45

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

Shades of Luxor Gold #A18F45

Tints of Luxor Gold #A18F45

Color information

#A18F45 (or 0xA18F45) is unknown color: approx Luxor Gold. HEX triplet: A1, 8F and 45. RGB value is (161,143,69). Sum of RGB (Red+Green+Blue) = 161+143+69=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18F45 is #5E70BA. Grayscale: #8C8C8C. Windows color (decimal): -6189243 or 4558753. OLE color: 4558753.

HSL color Cylindrical-coordinate representation of color #A18F45: hue angle of 48.26º 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 #A18F45 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB16114369-
CMYK00.110.570.37
HSL48.26º40%45.1%-
HSV(B)48.26º57.14%63.14%-
XYZ25.5927.659.62-
YUV139.9587.96143.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 143 (56.25% from 255) = 38.34%
BLUE value IS 69 (27.34% from 255) = 18.50%
R=43.16%
G=38.34%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611436900.110.570.3748.264045.1
HexA18F450B392530282d
Octal2412171050137145605055
Binary1010000110001111100010101011111001100101110000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18F45; }

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

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

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

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

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

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

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

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