#AA5A23

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

Shades of Rich Gold #AA5A23

Tints of Rich Gold #AA5A23

Color information

#AA5A23 (or 0xAA5A23) is unknown color: approx Rich Gold. HEX triplet: AA, 5A and 23. RGB value is (170,90,35). Sum of RGB (Red+Green+Blue) = 170+90+35=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A23 is #55A5DC. Grayscale: #6B6B6B. Windows color (decimal): -5613021 or 2316970. OLE color: 2316970.

HSL color Cylindrical-coordinate representation of color #AA5A23: hue angle of 24.44º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA5A23 is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB1709035-
CMYK00.470.790.33
HSL24.44º65.85%40.2%-
HSV(B)24.44º79.41%66.67%-
XYZ20.5415.983.59-
YUV107.6587172.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.63%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 35 (14.06% from 255) = 11.86%
R=57.63%
G=30.51%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170903500.470.790.3324.4465.8540.2
HexAA5A2302F4F21184228
Octal25213243057117413010250
Binary10101010101101010001101011111001111100001110001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5A23; }

 p { color: rgb(170,90,35); }

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

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

 a { background-color: rgb(170,90,35); }

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

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

 span { border-color: rgb(170,90,35); }

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