Html Css Color HEX #AA471E Rich Gold

📋 copy color: '#AA471E'

red 170 ◦ green 71 ◦ blue 30

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

Shades of Rich Gold #AA471E

Tints of Rich Gold #AA471E

RGB

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

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

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

R = 62.73%
G = 26.2%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA471E (or 0xAA471E) is known color: Rich Gold. HEX triplet: AA, 47 and 1E. RGB value is (170,71,30). Sum of RGB (Red+Green+Blue) = 170+71+30=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA471E is #55B8E1. Grayscale: #606060. Windows color (decimal): -5617890 or 1984426. OLE color: 1984426.

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

Color convert

RGB 170 71 30 -
CMYK 0 0.58 0.82 0.33
HSL 17.57º 0.7% 0.39% -
HSV(B) 17.57º 0.82% 0.67% -
XYZ 19.07 13.15 2.76 -
YUV 95.93 90.8 180.83 -
System Red Green Blue C M Y K H S L
Decimal 170 71 30 0 0.58 0.82 0.33 17.57 0.7 0.39
Hex AA 47 1E 0 3A 52 21 12 46 27
Octal 252 107 36 0 72 122 41 22 106 47
Binary 10101010 1000111 11110 0 111010 1010010 100001 10010 1000110 100111

Color Harmonies of #AA471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA471E

Black with #AA471E

Text Example


Text Example

White with #AA471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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