#AE5417

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

Shades of Rich Gold #AE5417

Tints of Rich Gold #AE5417

Color information

#AE5417 (or 0xAE5417) is unknown color: approx Rich Gold. HEX triplet: AE, 54 and 17. RGB value is (174,84,23). Sum of RGB (Red+Green+Blue) = 174+84+23=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5417 is #51ABE8. Grayscale: #686868. Windows color (decimal): -5352425 or 1529006. OLE color: 1529006.

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

Color convert

RGB1748423-
CMYK00.520.870.32
HSL24.24º76.65%38.63%-
HSV(B)24.24º86.78%68.24%-
XYZ20.7815.42.69-
YUV103.9682.32177.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.92%
GREEN value IS 84 (33.20% from 255) = 29.89%
BLUE value IS 23 (9.38% from 255) = 8.19%
R=61.92%
G=29.89%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174842300.520.870.3224.2476.6538.63
HexAE54170345720184d27
Octal25612427064127403011547
Binary1010111010101001011101101001010111100000110001001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5417; }

 p { color: rgb(174,84,23); }

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

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

 a { background-color: rgb(174,84,23); }

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

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

 span { border-color: rgb(174,84,23); }

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