#AA8C43

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

Shades of Luxor Gold #AA8C43

Tints of Luxor Gold #AA8C43

Color information

#AA8C43 (or 0xAA8C43) is unknown color: approx Luxor Gold. HEX triplet: AA, 8C and 43. RGB value is (170,140,67). Sum of RGB (Red+Green+Blue) = 170+140+67=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C43 is #5573BC. Grayscale: #8C8C8C. Windows color (decimal): -5600189 or 4426922. OLE color: 4426922.

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

Color convert

RGB17014067-
CMYK00.180.610.33
HSL42.52º43.46%46.47%-
HSV(B)42.52º60.59%66.67%-
XYZ26.9727.719.24-
YUV140.6586.44148.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 140 (55.08% from 255) = 37.14%
BLUE value IS 67 (26.56% from 255) = 17.77%
R=45.09%
G=37.14%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701406700.180.610.3342.5243.4646.47
HexAA8C430123D212b2b2e
Octal2522141030227541535356
Binary10101010100011001000011010010111101100001101011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8C43; }

 p { color: rgb(170,140,67); }

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

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

 a { background-color: rgb(170,140,67); }

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

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

 span { border-color: rgb(170,140,67); }

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