Html Css Color HEX #AA591C Rich Gold

📋 copy color: '#AA591C'

red 170 ◦ green 89 ◦ blue 28

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

Shades of Rich Gold #AA591C

Tints of Rich Gold #AA591C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.76%

R = 59.23%
G = 31.01%
B = 9.76%

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

#AA591C (or 0xAA591C) is known color: Rich Gold. HEX triplet: AA, 59 and 1C. RGB value is (170,89,28). Sum of RGB (Red+Green+Blue) = 170+89+28=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA591C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA591C is #55A6E3. Grayscale: #6A6A6A. Windows color (decimal): -5613284 or 1857962. OLE color: 1857962.

HSL color Cylindrical-coordinate representation of color #AA591C: hue angle of 25.77º degrees, saturation: 0.72, 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 #AA591C is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 89 28 -
CMYK 0 0.48 0.84 0.33
HSL 25.77º 0.72% 0.39% -
HSV(B) 25.77º 0.84% 0.67% -
XYZ 20.36 15.77 3.07 -
YUV 106.27 83.84 173.46 -
System Red Green Blue C M Y K H S L
Decimal 170 89 28 0 0.48 0.84 0.33 25.77 0.72 0.39
Hex AA 59 1C 0 30 54 21 1A 48 27
Octal 252 131 34 0 60 124 41 32 110 47
Binary 10101010 1011001 11100 0 110000 1010100 100001 11010 1001000 100111

Color Harmonies of #AA591C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA591C

Black with #AA591C

Text Example


Text Example

White with #AA591C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA591C; }

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

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

background-color css

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

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

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

border-color css

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

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

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