#A18F3F

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

Shades of Luxor Gold #A18F3F

Tints of Luxor Gold #A18F3F

Color information

#A18F3F (or 0xA18F3F) is unknown color: approx Luxor Gold. HEX triplet: A1, 8F and 3F. RGB value is (161,143,63). Sum of RGB (Red+Green+Blue) = 161+143+63=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18F3F is #5E70C0. Grayscale: #8B8B8B. Windows color (decimal): -6189249 or 4165537. OLE color: 4165537.

HSL color Cylindrical-coordinate representation of color #A18F3F: hue angle of 48.98º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A18F3F is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB16114363-
CMYK00.110.610.37
HSL48.98º43.75%43.92%-
HSV(B)48.98º60.87%63.14%-
XYZ25.4227.588.69-
YUV139.2684.96143.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 143 (56.25% from 255) = 38.96%
BLUE value IS 63 (25% from 255) = 17.17%
R=43.87%
G=38.96%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611436300.110.610.3748.9843.7543.92
HexA18F3F0B3D25312c2c
Octal241217770137545615454
Binary101000011000111111111101011111101100101110001101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18F3F; }

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

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

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

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

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

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

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

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