#A99040

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

Shades of Luxor Gold #A99040

Tints of Luxor Gold #A99040

Color information

#A99040 (or 0xA99040) is unknown color: approx Luxor Gold. HEX triplet: A9, 90 and 40. RGB value is (169,144,64). Sum of RGB (Red+Green+Blue) = 169+144+64=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A99040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99040 is #566FBF. Grayscale: #8E8E8E. Windows color (decimal): -5664704 or 4231337. OLE color: 4231337.

HSL color Cylindrical-coordinate representation of color #A99040: hue angle of 45.71º 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 #A99040 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB16914464-
CMYK00.150.620.34
HSL45.71º45.06%45.69%-
HSV(B)45.71º62.13%66.27%-
XYZ27.2628.758.96-
YUV142.3583.78147-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.83%
GREEN value IS 144 (56.64% from 255) = 38.20%
BLUE value IS 64 (25.39% from 255) = 16.98%
R=44.83%
G=38.20%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691446400.150.620.3445.7145.0645.69
HexA990400F3E222e2d2e
Octal2512201000177642565556
Binary1010100110010000100000001111111110100010101110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99040; }

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

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

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

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

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

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

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

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