#AE541B

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

Shades of Rich Gold #AE541B

Tints of Rich Gold #AE541B

Color information

#AE541B (or 0xAE541B) is unknown color: approx Rich Gold. HEX triplet: AE, 54 and 1B. RGB value is (174,84,27). Sum of RGB (Red+Green+Blue) = 174+84+27=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE541B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE541B is #51ABE4. Grayscale: #686868. Windows color (decimal): -5352421 or 1791150. OLE color: 1791150.

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

Color convert

RGB1748427-
CMYK00.520.840.32
HSL23.27º73.13%39.41%-
HSV(B)23.27º84.48%68.24%-
XYZ20.8215.422.92-
YUV104.4184.32177.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.05%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 27 (10.94% from 255) = 9.47%
R=61.05%
G=29.47%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174842700.520.840.3223.2773.1339.41
HexAE541B0345420174927
Octal25612433064124402711147
Binary1010111010101001101101101001010100100000101111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE541B; }

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

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

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

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

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

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

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

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