#AA8D40

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

Shades of Luxor Gold #AA8D40

Tints of Luxor Gold #AA8D40

Color information

#AA8D40 (or 0xAA8D40) is unknown color: approx Luxor Gold. HEX triplet: AA, 8D and 40. RGB value is (170,141,64). Sum of RGB (Red+Green+Blue) = 170+141+64=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8D40 is #5572BF. Grayscale: #8D8D8D. Windows color (decimal): -5599936 or 4230570. OLE color: 4230570.

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

Color convert

RGB17014164-
CMYK00.170.620.33
HSL43.58º45.3%45.88%-
HSV(B)43.58º62.35%66.67%-
XYZ27.0327.978.82-
YUV140.8984.61148.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 141 (55.47% from 255) = 37.6%
BLUE value IS 64 (25.39% from 255) = 17.07%
R=45.33%
G=37.6%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701416400.170.620.3343.5845.345.88
HexAA8D400113E212c2d2e
Octal2522151000217641545556
Binary10101010100011011000000010001111110100001101100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8D40; }

 p { color: rgb(170,141,64); }

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

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

 a { background-color: rgb(170,141,64); }

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

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

 span { border-color: rgb(170,141,64); }

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