#A19440

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

Shades of Luxor Gold #A19440

Tints of Luxor Gold #A19440

Color information

#A19440 (or 0xA19440) is unknown color: approx Luxor Gold. HEX triplet: A1, 94 and 40. RGB value is (161,148,64). Sum of RGB (Red+Green+Blue) = 161+148+64=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A19440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19440 is #5E6BBF. Grayscale: #8E8E8E. Windows color (decimal): -6187968 or 4232353. OLE color: 4232353.

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

Color convert

RGB16114864-
CMYK00.080.600.37
HSL51.96º43.11%44.12%-
HSV(B)51.96º60.25%63.14%-
XYZ26.2129.139.09-
YUV142.3183.81141.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 148 (58.20% from 255) = 39.68%
BLUE value IS 64 (25.39% from 255) = 17.16%
R=43.16%
G=39.68%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611486400.080.600.3751.9643.1144.12
HexA19440083C25342b2c
Octal2412241000107445645354
Binary1010000110010100100000001000111100100101110100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19440; }

 p { color: rgb(161,148,64); }

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

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

 a { background-color: rgb(161,148,64); }

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

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

 span { border-color: rgb(161,148,64); }

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