#AE5D18

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

Shades of Rich Gold #AE5D18

Tints of Rich Gold #AE5D18

Color information

#AE5D18 (or 0xAE5D18) is unknown color: approx Rich Gold. HEX triplet: AE, 5D and 18. RGB value is (174,93,24). Sum of RGB (Red+Green+Blue) = 174+93+24=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5D18 is #51A2E7. Grayscale: #6D6D6D. Windows color (decimal): -5350120 or 1596846. OLE color: 1596846.

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

Color convert

RGB1749324-
CMYK00.470.860.32
HSL27.6º75.76%38.82%-
HSV(B)27.6º86.21%68.24%-
XYZ21.5316.892.99-
YUV109.3579.84174.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.79%
GREEN value IS 93 (36.72% from 255) = 31.96%
BLUE value IS 24 (9.77% from 255) = 8.25%
R=59.79%
G=31.96%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174932400.470.860.3227.675.7638.82
HexAE5D1802F56201c4c27
Octal25613530057126403411447
Binary1010111010111011100001011111010110100000111001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5D18; }

 p { color: rgb(174,93,24); }

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

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

 a { background-color: rgb(174,93,24); }

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

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

 span { border-color: rgb(174,93,24); }

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