Html Css Color HEX #AA471A Rust

📋 copy color: '#AA471A'

red 170 ◦ green 71 ◦ blue 26

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

Shades of Rust #AA471A

Tints of Rust #AA471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.74%

R = 63.67%
G = 26.59%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA471A (or 0xAA471A) is known color: Rust. HEX triplet: AA, 47 and 1A. RGB value is (170,71,26). Sum of RGB (Red+Green+Blue) = 170+71+26=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA471A is #55B8E5. Grayscale: #5F5F5F. Windows color (decimal): -5617894 or 1722282. OLE color: 1722282.

HSL color Cylindrical-coordinate representation of color #AA471A: hue angle of 18.75º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA471A is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 71 26 -
CMYK 0 0.58 0.85 0.33
HSL 18.75º 0.73% 0.38% -
HSV(B) 18.75º 0.85% 0.67% -
XYZ 19.02 13.13 2.51 -
YUV 95.47 88.8 181.16 -
System Red Green Blue C M Y K H S L
Decimal 170 71 26 0 0.58 0.85 0.33 18.75 0.73 0.38
Hex AA 47 1A 0 3A 55 21 13 49 26
Octal 252 107 32 0 72 125 41 23 111 46
Binary 10101010 1000111 11010 0 111010 1010101 100001 10011 1001001 100110

Color Harmonies of #AA471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA471A

Black with #AA471A

Text Example


Text Example

White with #AA471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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