Html Css Color HEX #AA591B Rich Gold

📋 copy color: '#AA591B'

red 170 ◦ green 89 ◦ blue 27

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

Shades of Rich Gold #AA591B

Tints of Rich Gold #AA591B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.44%

R = 59.44%
G = 31.12%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA591B (or 0xAA591B) is known color: Rich Gold. HEX triplet: AA, 59 and 1B. RGB value is (170,89,27). Sum of RGB (Red+Green+Blue) = 170+89+27=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA591B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA591B is #55A6E4. Grayscale: #6A6A6A. Windows color (decimal): -5613285 or 1792426. OLE color: 1792426.

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

Color convert

RGB 170 89 27 -
CMYK 0 0.48 0.84 0.33
HSL 26.01º 0.73% 0.39% -
HSV(B) 26.01º 0.84% 0.67% -
XYZ 20.35 15.77 3.01 -
YUV 106.15 83.34 173.54 -
System Red Green Blue C M Y K H S L
Decimal 170 89 27 0 0.48 0.84 0.33 26.01 0.73 0.39
Hex AA 59 1B 0 30 54 21 1A 49 27
Octal 252 131 33 0 60 124 41 32 111 47
Binary 10101010 1011001 11011 0 110000 1010100 100001 11010 1001001 100111

Color Harmonies of #AA591B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA591B

Black with #AA591B

Text Example


Text Example

White with #AA591B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA591B; }

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

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

background-color css

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

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

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

border-color css

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

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

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