#AA903D

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

Shades of Luxor Gold #AA903D

Tints of Luxor Gold #AA903D

Color information

#AA903D (or 0xAA903D) is unknown color: approx Luxor Gold. HEX triplet: AA, 90 and 3D. RGB value is (170,144,61). Sum of RGB (Red+Green+Blue) = 170+144+61=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA903D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA903D is #556FC2. Grayscale: #8E8E8E. Windows color (decimal): -5599171 or 4034730. OLE color: 4034730.

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

Color convert

RGB17014461-
CMYK00.150.640.33
HSL45.69º47.19%45.29%-
HSV(B)45.69º64.12%66.67%-
XYZ27.3928.838.54-
YUV142.3182.11147.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 144 (56.64% from 255) = 38.4%
BLUE value IS 61 (24.22% from 255) = 16.27%
R=45.33%
G=38.4%
B=16.27%

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
Decimal1701446100.150.640.3345.6947.1945.29
HexAA903D0F40212e2f2d
Octal2522207501710041565755
Binary1010101010010000111101011111000000100001101110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA903D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA903D; }

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

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

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

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

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

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

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

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