#AA8941

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

Shades of Luxor Gold #AA8941

Tints of Luxor Gold #AA8941

Color information

#AA8941 (or 0xAA8941) is unknown color: approx Luxor Gold. HEX triplet: AA, 89 and 41. RGB value is (170,137,65). Sum of RGB (Red+Green+Blue) = 170+137+65=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8941 is #5576BE. Grayscale: #8A8A8A. Windows color (decimal): -5600959 or 4295082. OLE color: 4295082.

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

Color convert

RGB17013765-
CMYK00.190.620.33
HSL41.14º44.68%46.08%-
HSV(B)41.14º61.76%66.67%-
XYZ26.4826.828.78-
YUV138.6686.43150.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.70%
GREEN value IS 137 (53.91% from 255) = 36.83%
BLUE value IS 65 (25.78% from 255) = 17.47%
R=45.70%
G=36.83%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701376500.190.620.3341.1444.6846.08
HexAA89410133E21292d2e
Octal2522111010237641515556
Binary10101010100010011000001010011111110100001101001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8941; }

 p { color: rgb(170,137,65); }

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

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

 a { background-color: rgb(170,137,65); }

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

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

 span { border-color: rgb(170,137,65); }

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