Html Css Color HEX #AA471C Rich Gold

📋 copy color: '#AA471C'

red 170 ◦ green 71 ◦ blue 28

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

Shades of Rich Gold #AA471C

Tints of Rich Gold #AA471C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.39%

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

R = 63.2%
G = 26.39%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA471C (or 0xAA471C) is known color: Rich Gold. HEX triplet: AA, 47 and 1C. RGB value is (170,71,28). Sum of RGB (Red+Green+Blue) = 170+71+28=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA471C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA471C is #55B8E3. Grayscale: #5F5F5F. Windows color (decimal): -5617892 or 1853354. OLE color: 1853354.

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

Color convert

RGB 170 71 28 -
CMYK 0 0.58 0.84 0.33
HSL 18.17º 0.72% 0.39% -
HSV(B) 18.17º 0.84% 0.67% -
XYZ 19.04 13.14 2.63 -
YUV 95.7 89.8 181 -
System Red Green Blue C M Y K H S L
Decimal 170 71 28 0 0.58 0.84 0.33 18.17 0.72 0.39
Hex AA 47 1C 0 3A 54 21 12 48 27
Octal 252 107 34 0 72 124 41 22 110 47
Binary 10101010 1000111 11100 0 111010 1010100 100001 10010 1001000 100111

Color Harmonies of #AA471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA471C

Black with #AA471C

Text Example


Text Example

White with #AA471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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