#AE8C41

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

Shades of Luxor Gold #AE8C41

Tints of Luxor Gold #AE8C41

Color information

#AE8C41 (or 0xAE8C41) is unknown color: approx Luxor Gold. HEX triplet: AE, 8C and 41. RGB value is (174,140,65). Sum of RGB (Red+Green+Blue) = 174+140+65=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8C41 is #5173BE. Grayscale: #8D8D8D. Windows color (decimal): -5338047 or 4295854. OLE color: 4295854.

HSL color Cylindrical-coordinate representation of color #AE8C41: hue angle of 41.28º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE8C41 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB17414065-
CMYK00.200.630.32
HSL41.28º45.61%46.86%-
HSV(B)41.28º62.64%68.24%-
XYZ27.7928.148.97-
YUV141.6284.76151.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 140 (55.08% from 255) = 36.94%
BLUE value IS 65 (25.78% from 255) = 17.15%
R=45.91%
G=36.94%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741406500.200.630.3241.2845.6146.86
HexAE8C410143F20292e2f
Octal2562141010247740515657
Binary10101110100011001000001010100111111100000101001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8C41; }

 p { color: rgb(174,140,65); }

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

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

 a { background-color: rgb(174,140,65); }

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

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

 span { border-color: rgb(174,140,65); }

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