#AA903F

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

Shades of Luxor Gold #AA903F

Tints of Luxor Gold #AA903F

Color information

#AA903F (or 0xAA903F) is unknown color: approx Luxor Gold. HEX triplet: AA, 90 and 3F. RGB value is (170,144,63). Sum of RGB (Red+Green+Blue) = 170+144+63=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA903F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA903F is #556FC0. Grayscale: #8E8E8E. Windows color (decimal): -5599169 or 4165802. OLE color: 4165802.

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

Color convert

RGB17014463-
CMYK00.150.630.33
HSL45.42º45.92%45.69%-
HSV(B)45.42º62.94%66.67%-
XYZ27.4528.858.82-
YUV142.5483.11147.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 144 (56.64% from 255) = 38.20%
BLUE value IS 63 (25% from 255) = 16.71%
R=45.09%
G=38.20%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701446300.150.630.3345.4245.9245.69
HexAA903F0F3F212d2e2e
Octal252220770177741555656
Binary101010101001000011111101111111111100001101101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA903F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA903F; }

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

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

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

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

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

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

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

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