Html Css Color HEX #AA471B Rich Gold

📋 copy color: '#AA471B'

red 170 ◦ green 71 ◦ blue 27

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

Shades of Rich Gold #AA471B

Tints of Rich Gold #AA471B

RGB

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

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

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

R = 63.43%
G = 26.49%
B = 10.07%

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

#AA471B (or 0xAA471B) is known color: Rich Gold. HEX triplet: AA, 47 and 1B. RGB value is (170,71,27). Sum of RGB (Red+Green+Blue) = 170+71+27=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA471B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA471B is #55B8E4. Grayscale: #5F5F5F. Windows color (decimal): -5617893 or 1787818. OLE color: 1787818.

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

Color convert

RGB 170 71 27 -
CMYK 0 0.58 0.84 0.33
HSL 18.46º 0.73% 0.39% -
HSV(B) 18.46º 0.84% 0.67% -
XYZ 19.03 13.13 2.57 -
YUV 95.59 89.3 181.08 -
System Red Green Blue C M Y K H S L
Decimal 170 71 27 0 0.58 0.84 0.33 18.46 0.73 0.39
Hex AA 47 1B 0 3A 54 21 12 49 27
Octal 252 107 33 0 72 124 41 22 111 47
Binary 10101010 1000111 11011 0 111010 1010100 100001 10010 1001001 100111

Color Harmonies of #AA471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA471B

Black with #AA471B

Text Example


Text Example

White with #AA471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA471B; }

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

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

background-color css

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

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

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

border-color css

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

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

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