#A99140

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

Shades of Luxor Gold #A99140

Tints of Luxor Gold #A99140

Color information

#A99140 (or 0xA99140) is unknown color: approx Luxor Gold. HEX triplet: A9, 91 and 40. RGB value is (169,145,64). Sum of RGB (Red+Green+Blue) = 169+145+64=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A99140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99140 is #566EBF. Grayscale: #8F8F8F. Windows color (decimal): -5664448 or 4231593. OLE color: 4231593.

HSL color Cylindrical-coordinate representation of color #A99140: hue angle of 46.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A99140 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB16914564-
CMYK00.140.620.34
HSL46.29º45.06%45.69%-
HSV(B)46.29º62.13%66.27%-
XYZ27.4129.069.01-
YUV142.9483.45146.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.71%
GREEN value IS 145 (57.03% from 255) = 38.36%
BLUE value IS 64 (25.39% from 255) = 16.93%
R=44.71%
G=38.36%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691456400.140.620.3446.2945.0645.69
HexA991400E3E222e2d2e
Octal2512211000167642565556
Binary1010100110010001100000001110111110100010101110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99140; }

 p { color: rgb(169,145,64); }

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

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

 a { background-color: rgb(169,145,64); }

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

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

 span { border-color: rgb(169,145,64); }

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