#AE521B

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

Shades of Rich Gold #AE521B

Tints of Rich Gold #AE521B

Color information

#AE521B (or 0xAE521B) is unknown color: approx Rich Gold. HEX triplet: AE, 52 and 1B. RGB value is (174,82,27). Sum of RGB (Red+Green+Blue) = 174+82+27=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE521B is #51ADE4. Grayscale: #676767. Windows color (decimal): -5352933 or 1790638. OLE color: 1790638.

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

Color convert

RGB1748227-
CMYK00.530.840.32
HSL22.45º73.13%39.41%-
HSV(B)22.45º84.48%68.24%-
XYZ20.6715.112.86-
YUV103.2484.98178.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.48%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 27 (10.94% from 255) = 9.54%
R=61.48%
G=28.98%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174822700.530.840.3222.4573.1339.41
HexAE521B0355420164927
Octal25612233065124402611147
Binary1010111010100101101101101011010100100000101101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE521B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE521B; }

 p { color: rgb(174,82,27); }

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

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

 a { background-color: rgb(174,82,27); }

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

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

 span { border-color: rgb(174,82,27); }

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