Html Css Color HEX #AA491A Rich Gold

📋 copy color: '#AA491A'

red 170 ◦ green 73 ◦ blue 26

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

Shades of Rich Gold #AA491A

Tints of Rich Gold #AA491A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.67%

R = 63.2%
G = 27.14%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA491A (or 0xAA491A) is known color: Rich Gold. HEX triplet: AA, 49 and 1A. RGB value is (170,73,26). Sum of RGB (Red+Green+Blue) = 170+73+26=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA491A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA491A is #55B6E5. Grayscale: #606060. Windows color (decimal): -5617382 or 1722794. OLE color: 1722794.

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

Color convert

RGB 170 73 26 -
CMYK 0 0.57 0.85 0.33
HSL 19.58º 0.73% 0.38% -
HSV(B) 19.58º 0.85% 0.67% -
XYZ 19.15 13.39 2.55 -
YUV 96.65 88.14 180.32 -
System Red Green Blue C M Y K H S L
Decimal 170 73 26 0 0.57 0.85 0.33 19.58 0.73 0.38
Hex AA 49 1A 0 39 55 21 14 49 26
Octal 252 111 32 0 71 125 41 24 111 46
Binary 10101010 1001001 11010 0 111001 1010101 100001 10100 1001001 100110

Color Harmonies of #AA491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA491A

Black with #AA491A

Text Example


Text Example

White with #AA491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA491A; }

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

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

background-color css

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

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

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

border-color css

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

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

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