#AE8A43

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

Shades of Luxor Gold #AE8A43

Tints of Luxor Gold #AE8A43

Color information

#AE8A43 (or 0xAE8A43) is unknown color: approx Luxor Gold. HEX triplet: AE, 8A and 43. RGB value is (174,138,67). Sum of RGB (Red+Green+Blue) = 174+138+67=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8A43 is #5175BC. Grayscale: #8C8C8C. Windows color (decimal): -5338557 or 4426414. OLE color: 4426414.

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

Color convert

RGB17413867-
CMYK00.210.610.32
HSL39.81º44.4%47.25%-
HSV(B)39.81º61.49%68.24%-
XYZ27.5627.589.18-
YUV140.6786.43151.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 138 (54.30% from 255) = 36.41%
BLUE value IS 67 (26.56% from 255) = 17.68%
R=45.91%
G=36.41%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741386700.210.610.3239.8144.447.25
HexAE8A430153D20282c2f
Octal2562121030257540505457
Binary10101110100010101000011010101111101100000101000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8A43; }

 p { color: rgb(174,138,67); }

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

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

 a { background-color: rgb(174,138,67); }

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

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

 span { border-color: rgb(174,138,67); }

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