Html Css Color HEX #AA491E Rich Gold

📋 copy color: '#AA491E'

red 170 ◦ green 73 ◦ blue 30

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

Shades of Rich Gold #AA491E

Tints of Rich Gold #AA491E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.99%

R = 62.27%
G = 26.74%
B = 10.99%

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

#AA491E (or 0xAA491E) is known color: Rich Gold. HEX triplet: AA, 49 and 1E. RGB value is (170,73,30). Sum of RGB (Red+Green+Blue) = 170+73+30=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA491E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA491E is #55B6E1. Grayscale: #616161. Windows color (decimal): -5617378 or 1984938. OLE color: 1984938.

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

Color convert

RGB 170 73 30 -
CMYK 0 0.57 0.82 0.33
HSL 18.43º 0.7% 0.39% -
HSV(B) 18.43º 0.82% 0.67% -
XYZ 19.19 13.4 2.8 -
YUV 97.1 90.14 180 -
System Red Green Blue C M Y K H S L
Decimal 170 73 30 0 0.57 0.82 0.33 18.43 0.7 0.39
Hex AA 49 1E 0 39 52 21 12 46 27
Octal 252 111 36 0 71 122 41 22 106 47
Binary 10101010 1001001 11110 0 111001 1010010 100001 10010 1000110 100111

Color Harmonies of #AA491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA491E

Black with #AA491E

Text Example


Text Example

White with #AA491E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA491E; }

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

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

background-color css

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

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

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

border-color css

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

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

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