#AE5117

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

Shades of Rich Gold #AE5117

Tints of Rich Gold #AE5117

Color information

#AE5117 (or 0xAE5117) is unknown color: approx Rich Gold. HEX triplet: AE, 51 and 17. RGB value is (174,81,23). Sum of RGB (Red+Green+Blue) = 174+81+23=278 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.59% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5117 is #51AEE8. Grayscale: #666666. Windows color (decimal): -5353193 or 1528238. OLE color: 1528238.

HSL color Cylindrical-coordinate representation of color #AE5117: hue angle of 23.05º 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 #AE5117 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB1748123-
CMYK00.530.870.32
HSL23.05º76.65%38.63%-
HSV(B)23.05º86.78%68.24%-
XYZ20.5514.952.61-
YUV102.283.31179.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.59%
GREEN value IS 81 (32.03% from 255) = 29.14%
BLUE value IS 23 (9.38% from 255) = 8.27%
R=62.59%
G=29.14%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174812300.530.870.3223.0576.6538.63
HexAE51170355720174d27
Octal25612127065127402711547
Binary1010111010100011011101101011010111100000101111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5117; }

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

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

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

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

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

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

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

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