#AA8744

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

Shades of Luxor Gold #AA8744

Tints of Luxor Gold #AA8744

Color information

#AA8744 (or 0xAA8744) is unknown color: approx Luxor Gold. HEX triplet: AA, 87 and 44. RGB value is (170,135,68). Sum of RGB (Red+Green+Blue) = 170+135+68=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8744 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8744 is #5578BB. Grayscale: #8A8A8A. Windows color (decimal): -5601468 or 4491178. OLE color: 4491178.

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

Color convert

RGB17013568-
CMYK00.210.60.33
HSL39.41º42.86%46.67%-
HSV(B)39.41º60%66.67%-
XYZ26.2826.299.16-
YUV137.8388.6150.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 135 (53.12% from 255) = 36.19%
BLUE value IS 68 (26.95% from 255) = 18.23%
R=45.58%
G=36.19%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701356800.210.60.3339.4142.8646.67
HexAA87440153C21272b2f
Octal2522071040257441475357
Binary10101010100001111000100010101111100100001100111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8744; }

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

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

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

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

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

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

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

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