Html Css Color HEX #AA471F Rich Gold

📋 copy color: '#AA471F'

red 170 ◦ green 71 ◦ blue 31

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

Shades of Rich Gold #AA471F

Tints of Rich Gold #AA471F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.4%

R = 62.5%
G = 26.1%
B = 11.4%

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

#AA471F (or 0xAA471F) is known color: Rich Gold. HEX triplet: AA, 47 and 1F. RGB value is (170,71,31). Sum of RGB (Red+Green+Blue) = 170+71+31=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA471F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA471F is #55B8E0. Grayscale: #606060. Windows color (decimal): -5617889 or 2049962. OLE color: 2049962.

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

Color convert

RGB 170 71 31 -
CMYK 0 0.58 0.82 0.33
HSL 17.27º 0.69% 0.39% -
HSV(B) 17.27º 0.82% 0.67% -
XYZ 19.08 13.15 2.83 -
YUV 96.04 91.3 180.75 -
System Red Green Blue C M Y K H S L
Decimal 170 71 31 0 0.58 0.82 0.33 17.27 0.69 0.39
Hex AA 47 1F 0 3A 52 21 11 45 27
Octal 252 107 37 0 72 122 41 21 105 47
Binary 10101010 1000111 11111 0 111010 1010010 100001 10001 1000101 100111

Color Harmonies of #AA471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA471F

Black with #AA471F

Text Example


Text Example

White with #AA471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA471F; }

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

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

background-color css

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

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

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

border-color css

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

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

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