#AA913C

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

Shades of Luxor Gold #AA913C

Tints of Luxor Gold #AA913C

Color information

#AA913C (or 0xAA913C) is unknown color: approx Luxor Gold. HEX triplet: AA, 91 and 3C. RGB value is (170,145,60). Sum of RGB (Red+Green+Blue) = 170+145+60=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA913C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA913C is #556EC3. Grayscale: #8F8F8F. Windows color (decimal): -5598916 or 3969450. OLE color: 3969450.

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

Color convert

RGB17014560-
CMYK00.150.650.33
HSL46.36º47.83%45.1%-
HSV(B)46.36º64.71%66.67%-
XYZ27.5229.128.45-
YUV142.7881.28147.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 145 (57.03% from 255) = 38.67%
BLUE value IS 60 (23.83% from 255) = 16%
R=45.33%
G=38.67%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701456000.150.650.3346.3647.8345.1
HexAA913C0F41212e302d
Octal2522217401710141566055
Binary1010101010010001111100011111000001100001101110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA913C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA913C; }

 p { color: rgb(170,145,60); }

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

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

 a { background-color: rgb(170,145,60); }

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

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

 span { border-color: rgb(170,145,60); }

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