#AA8F40

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

Shades of Luxor Gold #AA8F40

Tints of Luxor Gold #AA8F40

Color information

#AA8F40 (or 0xAA8F40) is unknown color: approx Luxor Gold. HEX triplet: AA, 8F and 40. RGB value is (170,143,64). Sum of RGB (Red+Green+Blue) = 170+143+64=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8F40 is #5570BF. Grayscale: #8E8E8E. Windows color (decimal): -5599424 or 4231082. OLE color: 4231082.

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

Color convert

RGB17014364-
CMYK00.160.620.33
HSL44.72º45.3%45.88%-
HSV(B)44.72º62.35%66.67%-
XYZ27.3328.568.92-
YUV142.0783.95147.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 143 (56.25% from 255) = 37.93%
BLUE value IS 64 (25.39% from 255) = 16.98%
R=45.09%
G=37.93%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701436400.160.620.3344.7245.345.88
HexAA8F400103E212d2d2e
Octal2522171000207641555556
Binary10101010100011111000000010000111110100001101101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F40; }

 p { color: rgb(170,143,64); }

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

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

 a { background-color: rgb(170,143,64); }

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

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

 span { border-color: rgb(170,143,64); }

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