#AE591C

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

Shades of Rich Gold #AE591C

Tints of Rich Gold #AE591C

Color information

#AE591C (or 0xAE591C) is unknown color: approx Rich Gold. HEX triplet: AE, 59 and 1C. RGB value is (174,89,28). Sum of RGB (Red+Green+Blue) = 174+89+28=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE591C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE591C is #51A6E3. Grayscale: #6B6B6B. Windows color (decimal): -5351140 or 1857966. OLE color: 1857966.

HSL color Cylindrical-coordinate representation of color #AE591C: hue angle of 25.07º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE591C is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB1748928-
CMYK00.490.840.32
HSL25.07º72.28%39.61%-
HSV(B)25.07º83.91%68.24%-
XYZ21.2416.233.11-
YUV107.4683.16175.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.79%
GREEN value IS 89 (35.16% from 255) = 30.58%
BLUE value IS 28 (11.33% from 255) = 9.62%
R=59.79%
G=30.58%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174892800.490.840.3225.0772.2839.61
HexAE591C0315420194828
Octal25613134061124403111050
Binary1010111010110011110001100011010100100000110011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE591C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE591C; }

 p { color: rgb(174,89,28); }

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

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

 a { background-color: rgb(174,89,28); }

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

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

 span { border-color: rgb(174,89,28); }

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