Html Css Color HEX #AA470F Rust

📋 copy color: '#AA470F'

red 170 ◦ green 71 ◦ blue 15

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

Shades of Rust #AA470F

Tints of Rust #AA470F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.86%

R = 66.41%
G = 27.73%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA470F (or 0xAA470F) is known color: Rust. HEX triplet: AA, 47 and 0F. RGB value is (170,71,15). Sum of RGB (Red+Green+Blue) = 170+71+15=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA470F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA470F is #55B8F0. Grayscale: #5E5E5E. Windows color (decimal): -5617905 or 1001386. OLE color: 1001386.

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

Color convert

RGB 170 71 15 -
CMYK 0 0.58 0.91 0.33
HSL 21.68º 0.84% 0.36% -
HSV(B) 21.68º 0.91% 0.67% -
XYZ 18.92 13.09 1.98 -
YUV 94.22 83.3 182.05 -
System Red Green Blue C M Y K H S L
Decimal 170 71 15 0 0.58 0.91 0.33 21.68 0.84 0.36
Hex AA 47 F 0 3A 5B 21 16 54 24
Octal 252 107 17 0 72 133 41 26 124 44
Binary 10101010 1000111 1111 0 111010 1011011 100001 10110 1010100 100100

Color Harmonies of #AA470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA470F

Black with #AA470F

Text Example


Text Example

White with #AA470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA470F; }

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

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

background-color css

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

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

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

border-color css

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

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

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