Html Css Color HEX #AA491F Rich Gold

📋 copy color: '#AA491F'

red 170 ◦ green 73 ◦ blue 31

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

Shades of Rich Gold #AA491F

Tints of Rich Gold #AA491F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.31%

R = 62.04%
G = 26.64%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA491F (or 0xAA491F) is known color: Rich Gold. HEX triplet: AA, 49 and 1F. RGB value is (170,73,31). Sum of RGB (Red+Green+Blue) = 170+73+31=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA491F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA491F is #55B6E0. Grayscale: #616161. Windows color (decimal): -5617377 or 2050474. OLE color: 2050474.

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

Color convert

RGB 170 73 31 -
CMYK 0 0.57 0.82 0.33
HSL 18.13º 0.69% 0.39% -
HSV(B) 18.13º 0.82% 0.67% -
XYZ 19.21 13.41 2.87 -
YUV 97.22 90.64 179.92 -
System Red Green Blue C M Y K H S L
Decimal 170 73 31 0 0.57 0.82 0.33 18.13 0.69 0.39
Hex AA 49 1F 0 39 52 21 12 45 27
Octal 252 111 37 0 71 122 41 22 105 47
Binary 10101010 1001001 11111 0 111001 1010010 100001 10010 1000101 100111

Color Harmonies of #AA491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA491F

Black with #AA491F

Text Example


Text Example

White with #AA491F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA491F; }

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

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

background-color css

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

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

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

border-color css

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

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

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