Html Css Color HEX #AA591A Rich Gold

📋 copy color: '#AA591A'

red 170 ◦ green 89 ◦ blue 26

#AA591A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Gold #AA591A

Tints of Rich Gold #AA591A

RGB

 RED value IS 170 (66.8% from 255) = 59.65%

 GREEN value IS 89 (35.16% from 255) = 31.23%

 BLUE value IS 26 (10.55% from 255) = 9.12%

R = 59.65%
G = 31.23%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA591A (or 0xAA591A) is known color: Rich Gold. HEX triplet: AA, 59 and 1A. RGB value is (170,89,26). Sum of RGB (Red+Green+Blue) = 170+89+26=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA591A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA591A is #55A6E5. Grayscale: #6A6A6A. Windows color (decimal): -5613286 or 1726890. OLE color: 1726890.

HSL color Cylindrical-coordinate representation of color #AA591A: hue angle of 26.25º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA591A is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 89 26 -
CMYK 0 0.48 0.85 0.33
HSL 26.25º 0.73% 0.38% -
HSV(B) 26.25º 0.85% 0.67% -
XYZ 20.34 15.77 2.95 -
YUV 106.04 82.84 173.62 -
System Red Green Blue C M Y K H S L
Decimal 170 89 26 0 0.48 0.85 0.33 26.25 0.73 0.38
Hex AA 59 1A 0 30 55 21 1A 49 26
Octal 252 131 32 0 60 125 41 32 111 46
Binary 10101010 1011001 11010 0 110000 1010101 100001 11010 1001001 100110

Color Harmonies of #AA591A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA591A

Black with #AA591A

Text Example


Text Example

White with #AA591A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA591A; }

 p { color: rgb(170,89,26); }

 H1.HeaderClassName
 {
   color: #AA591A;
 }
 .AnyTagClassName
 {
   color: #AA591A;
 }
</style>

background-color css

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

 a { background-color: rgb(170,89,26); }

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

border-color css

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

 span { border-color: rgb(170,89,26); }

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