#AA903E

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

Shades of Luxor Gold #AA903E

Tints of Luxor Gold #AA903E

Color information

#AA903E (or 0xAA903E) is unknown color: approx Luxor Gold. HEX triplet: AA, 90 and 3E. RGB value is (170,144,62). Sum of RGB (Red+Green+Blue) = 170+144+62=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA903E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA903E is #556FC1. Grayscale: #8E8E8E. Windows color (decimal): -5599170 or 4100266. OLE color: 4100266.

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

Color convert

RGB17014462-
CMYK00.150.640.33
HSL45.56º46.55%45.49%-
HSV(B)45.56º63.53%66.67%-
XYZ27.4228.848.68-
YUV142.4382.61147.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 144 (56.64% from 255) = 38.30%
BLUE value IS 62 (24.61% from 255) = 16.49%
R=45.21%
G=38.30%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701446200.150.640.3345.5646.5545.49
HexAA903E0F40212e2f2d
Octal2522207601710041565755
Binary1010101010010000111110011111000000100001101110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA903E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA903E; }

 p { color: rgb(170,144,62); }

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

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

 a { background-color: rgb(170,144,62); }

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

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

 span { border-color: rgb(170,144,62); }

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