#AE4A1C

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

Shades of Rich Gold #AE4A1C

Tints of Rich Gold #AE4A1C

Color information

#AE4A1C (or 0xAE4A1C) is unknown color: approx Rich Gold. HEX triplet: AE, 4A and 1C. RGB value is (174,74,28). Sum of RGB (Red+Green+Blue) = 174+74+28=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4A1C is #51B5E3. Grayscale: #626262. Windows color (decimal): -5354980 or 1854126. OLE color: 1854126.

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

Color convert

RGB1747428-
CMYK00.570.840.32
HSL18.9º72.28%39.61%-
HSV(B)18.9º83.91%68.24%-
XYZ20.1113.982.74-
YUV98.6688.13181.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.04%
GREEN value IS 74 (29.30% from 255) = 26.81%
BLUE value IS 28 (11.33% from 255) = 10.14%
R=63.04%
G=26.81%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174742800.570.840.3218.972.2839.61
HexAE4A1C0395420134828
Octal25611234071124402311050
Binary1010111010010101110001110011010100100000100111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4A1C; }

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

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

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

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

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

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

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

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