#AA5726

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

Shades of Rich Gold #AA5726

Tints of Rich Gold #AA5726

Color information

#AA5726 (or 0xAA5726) is unknown color: approx Rich Gold. HEX triplet: AA, 57 and 26. RGB value is (170,87,38). Sum of RGB (Red+Green+Blue) = 170+87+38=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5726 is #55A8D9. Grayscale: #6A6A6A. Windows color (decimal): -5613786 or 2512810. OLE color: 2512810.

HSL color Cylindrical-coordinate representation of color #AA5726: hue angle of 22.27º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA5726 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB1708738-
CMYK00.490.780.33
HSL22.27º63.46%40.78%-
HSV(B)22.27º77.65%66.67%-
XYZ20.3415.53.75-
YUV106.2389.5173.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.63%
GREEN value IS 87 (34.38% from 255) = 29.49%
BLUE value IS 38 (15.23% from 255) = 12.88%
R=57.63%
G=29.49%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170873800.490.780.3322.2763.4640.78
HexAA57260314E21163f29
Octal2521274606111641267751
Binary1010101010101111001100110001100111010000110110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5726; }

 p { color: rgb(170,87,38); }

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

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

 a { background-color: rgb(170,87,38); }

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

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

 span { border-color: rgb(170,87,38); }

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