#aa8e44

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

Shades of Luxor Gold #AA8E44

Tints of Luxor Gold #AA8E44

Color information

#AA8E44 (or 0xAA8E44) is unknown color: approx Luxor Gold. HEX triplet: AA, 8E and 44. RGB value is (170,142,68). Sum of RGB (Red+Green+Blue) = 170+142+68=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8E44 is #5571BB. Grayscale: #8E8E8E. Windows color (decimal): -5599676 or 4492970. OLE color: 4492970.

HSL color Cylindrical-coordinate representation of color #AA8E44: hue angle of 43.53º 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 #AA8E44 is Cyan = 0, Magento = 0.16, Yellow = 0.6 and Black (K on CMYK) = 0.33.

Color convert

RGB17014268-
CMYK00.160.60.33
HSL43.53º42.86%46.67%-
HSV(B)43.53º60%66.67%-
XYZ27.2928.319.49-
YUV141.9486.28148.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.74%
GREEN value IS 142 (55.86% from 255) = 37.37%
BLUE value IS 68 (26.95% from 255) = 17.89%
R=44.74%
G=37.37%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701426800.160.60.3343.5342.8646.67
HexAA8E440103C212c2b2f
Octal2522161040207441545357
Binary10101010100011101000100010000111100100001101100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa8e44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa8e44; }

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

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

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

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

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

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

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

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