#A18F44

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

Shades of Luxor Gold #A18F44

Tints of Luxor Gold #A18F44

Color information

#A18F44 (or 0xA18F44) is unknown color: approx Luxor Gold. HEX triplet: A1, 8F and 44. RGB value is (161,143,68). Sum of RGB (Red+Green+Blue) = 161+143+68=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18F44 is #5E70BB. Grayscale: #8C8C8C. Windows color (decimal): -6189244 or 4493217. OLE color: 4493217.

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

Color convert

RGB16114368-
CMYK00.110.580.37
HSL48.39º40.61%44.9%-
HSV(B)48.39º57.76%63.14%-
XYZ25.5627.649.46-
YUV139.8387.46143.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.28%
GREEN value IS 143 (56.25% from 255) = 38.44%
BLUE value IS 68 (26.95% from 255) = 18.28%
R=43.28%
G=38.44%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611436800.110.580.3748.3940.6144.9
HexA18F440B3A2530292d
Octal2412171040137245605155
Binary1010000110001111100010001011111010100101110000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18F44; }

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

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

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

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

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

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

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

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