Html Css Color HEX #AA491C Rich Gold

📋 copy color: '#AA491C'

red 170 ◦ green 73 ◦ blue 28

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

Shades of Rich Gold #AA491C

Tints of Rich Gold #AA491C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.94%

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

R = 62.73%
G = 26.94%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA491C (or 0xAA491C) is known color: Rich Gold. HEX triplet: AA, 49 and 1C. RGB value is (170,73,28). Sum of RGB (Red+Green+Blue) = 170+73+28=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA491C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA491C is #55B6E3. Grayscale: #616161. Windows color (decimal): -5617380 or 1853866. OLE color: 1853866.

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

Color convert

RGB 170 73 28 -
CMYK 0 0.57 0.84 0.33
HSL 19.01º 0.72% 0.39% -
HSV(B) 19.01º 0.84% 0.67% -
XYZ 19.17 13.39 2.67 -
YUV 96.87 89.14 180.16 -
System Red Green Blue C M Y K H S L
Decimal 170 73 28 0 0.57 0.84 0.33 19.01 0.72 0.39
Hex AA 49 1C 0 39 54 21 13 48 27
Octal 252 111 34 0 71 124 41 23 110 47
Binary 10101010 1001001 11100 0 111001 1010100 100001 10011 1001000 100111

Color Harmonies of #AA491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA491C

Black with #AA491C

Text Example


Text Example

White with #AA491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA491C; }

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

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

background-color css

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

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

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

border-color css

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

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

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