#AA5626

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

Shades of Rich Gold #AA5626

Tints of Rich Gold #AA5626

Color information

#AA5626 (or 0xAA5626) is unknown color: approx Rich Gold. HEX triplet: AA, 56 and 26. RGB value is (170,86,38). Sum of RGB (Red+Green+Blue) = 170+86+38=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5626 is #55A9D9. Grayscale: #696969. Windows color (decimal): -5614042 or 2512554. OLE color: 2512554.

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

Color convert

RGB1708638-
CMYK00.490.780.33
HSL21.82º63.46%40.78%-
HSV(B)21.82º77.65%66.67%-
XYZ20.2615.343.73-
YUV105.6489.83173.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.82%
GREEN value IS 86 (33.98% from 255) = 29.25%
BLUE value IS 38 (15.23% from 255) = 12.93%
R=57.82%
G=29.25%
B=12.93%

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
Decimal170863800.490.780.3321.8263.4640.78
HexAA56260314E21163f29
Octal2521264606111641267751
Binary1010101010101101001100110001100111010000110110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5626; }

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

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

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

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

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

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

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

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