Html Css Color HEX #AA491B Rich Gold

📋 copy color: '#AA491B'

red 170 ◦ green 73 ◦ blue 27

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

Shades of Rich Gold #AA491B

Tints of Rich Gold #AA491B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10%

R = 62.96%
G = 27.04%
B = 10%

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

#AA491B (or 0xAA491B) is known color: Rich Gold. HEX triplet: AA, 49 and 1B. RGB value is (170,73,27). Sum of RGB (Red+Green+Blue) = 170+73+27=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA491B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA491B is #55B6E4. Grayscale: #616161. Windows color (decimal): -5617381 or 1788330. OLE color: 1788330.

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

Color convert

RGB 170 73 27 -
CMYK 0 0.57 0.84 0.33
HSL 19.3º 0.73% 0.39% -
HSV(B) 19.3º 0.84% 0.67% -
XYZ 19.16 13.39 2.61 -
YUV 96.76 88.64 180.24 -
System Red Green Blue C M Y K H S L
Decimal 170 73 27 0 0.57 0.84 0.33 19.3 0.73 0.39
Hex AA 49 1B 0 39 54 21 13 49 27
Octal 252 111 33 0 71 124 41 23 111 47
Binary 10101010 1001001 11011 0 111001 1010100 100001 10011 1001001 100111

Color Harmonies of #AA491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA491B

Black with #AA491B

Text Example


Text Example

White with #AA491B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA491B; }

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

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

background-color css

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

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

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

border-color css

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

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

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