#AE581B

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

Shades of Rich Gold #AE581B

Tints of Rich Gold #AE581B

Color information

#AE581B (or 0xAE581B) is unknown color: approx Rich Gold. HEX triplet: AE, 58 and 1B. RGB value is (174,88,27). Sum of RGB (Red+Green+Blue) = 174+88+27=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE581B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE581B is #51A7E4. Grayscale: #6B6B6B. Windows color (decimal): -5351397 or 1792174. OLE color: 1792174.

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

Color convert

RGB1748827-
CMYK00.490.840.32
HSL24.9º73.13%39.41%-
HSV(B)24.9º84.48%68.24%-
XYZ21.1416.063.02-
YUV106.7682.99175.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.21%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 27 (10.94% from 255) = 9.34%
R=60.21%
G=30.45%
B=9.34%

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
Decimal174882700.490.840.3224.973.1339.41
HexAE581B0315420194927
Octal25613033061124403111147
Binary1010111010110001101101100011010100100000110011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE581B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE581B; }

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

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

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

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

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

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

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

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