Html Css Color HEX #AA470E Rust

📋 copy color: '#AA470E'

red 170 ◦ green 71 ◦ blue 14

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

Shades of Rust #AA470E

Tints of Rust #AA470E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.49%

R = 66.67%
G = 27.84%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA470E (or 0xAA470E) is known color: Rust. HEX triplet: AA, 47 and 0E. RGB value is (170,71,14). Sum of RGB (Red+Green+Blue) = 170+71+14=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA470E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA470E is #55B8F1. Grayscale: #5E5E5E. Windows color (decimal): -5617906 or 935850. OLE color: 935850.

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

Color convert

RGB 170 71 14 -
CMYK 0 0.58 0.92 0.33
HSL 21.92º 0.85% 0.36% -
HSV(B) 21.92º 0.92% 0.67% -
XYZ 18.91 13.08 1.94 -
YUV 94.1 82.8 182.13 -
System Red Green Blue C M Y K H S L
Decimal 170 71 14 0 0.58 0.92 0.33 21.92 0.85 0.36
Hex AA 47 E 0 3A 5C 21 16 55 24
Octal 252 107 16 0 72 134 41 26 125 44
Binary 10101010 1000111 1110 0 111010 1011100 100001 10110 1010101 100100

Color Harmonies of #AA470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA470E

Black with #AA470E

Text Example


Text Example

White with #AA470E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA470E; }

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

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

background-color css

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

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

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

border-color css

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

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

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