#AA8D44

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

Shades of Luxor Gold #AA8D44

Tints of Luxor Gold #AA8D44

Color information

#AA8D44 (or 0xAA8D44) is unknown color: approx Luxor Gold. HEX triplet: AA, 8D and 44. RGB value is (170,141,68). Sum of RGB (Red+Green+Blue) = 170+141+68=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8D44 is #5572BB. Grayscale: #8D8D8D. Windows color (decimal): -5599932 or 4492714. OLE color: 4492714.

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

Color convert

RGB17014168-
CMYK00.170.60.33
HSL42.94º42.86%46.67%-
HSV(B)42.94º60%66.67%-
XYZ27.1528.019.45-
YUV141.3586.61148.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.85%
GREEN value IS 141 (55.47% from 255) = 37.20%
BLUE value IS 68 (26.95% from 255) = 17.94%
R=44.85%
G=37.20%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701416800.170.60.3342.9442.8646.67
HexAA8D440113C212b2b2f
Octal2522151040217441535357
Binary10101010100011011000100010001111100100001101011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8D44; }

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

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

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

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

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

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

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

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