Html Css Color HEX #AA470A Rust

📋 copy color: '#AA470A'

red 170 ◦ green 71 ◦ blue 10

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

Shades of Rust #AA470A

Tints of Rust #AA470A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.98%

R = 67.73%
G = 28.29%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA470A (or 0xAA470A) is known color: Rust. HEX triplet: AA, 47 and 0A. RGB value is (170,71,10). Sum of RGB (Red+Green+Blue) = 170+71+10=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA470A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA470A is #55B8F5. Grayscale: #5D5D5D. Windows color (decimal): -5617910 or 673706. OLE color: 673706.

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

Color convert

RGB 170 71 10 -
CMYK 0 0.58 0.94 0.33
HSL 22.88º 0.89% 0.35% -
HSV(B) 22.88º 0.94% 0.67% -
XYZ 18.89 13.07 1.82 -
YUV 93.65 80.8 182.46 -
System Red Green Blue C M Y K H S L
Decimal 170 71 10 0 0.58 0.94 0.33 22.88 0.89 0.35
Hex AA 47 A 0 3A 5E 21 17 59 23
Octal 252 107 12 0 72 136 41 27 131 43
Binary 10101010 1000111 1010 0 111010 1011110 100001 10111 1011001 100011

Color Harmonies of #AA470A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA470A

Black with #AA470A

Text Example


Text Example

White with #AA470A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA470A; }

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

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

background-color css

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

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

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

border-color css

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

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

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