Html Css Color HEX #AA470C Rust

📋 copy color: '#AA470C'

red 170 ◦ green 71 ◦ blue 12

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

Shades of Rust #AA470C

Tints of Rust #AA470C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.74%

R = 67.19%
G = 28.06%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA470C (or 0xAA470C) is known color: Rust. HEX triplet: AA, 47 and 0C. RGB value is (170,71,12). Sum of RGB (Red+Green+Blue) = 170+71+12=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA470C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA470C is #55B8F3. Grayscale: #5E5E5E. Windows color (decimal): -5617908 or 804778. OLE color: 804778.

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

Color convert

RGB 170 71 12 -
CMYK 0 0.58 0.93 0.33
HSL 22.41º 0.87% 0.36% -
HSV(B) 22.41º 0.93% 0.67% -
XYZ 18.9 13.08 1.88 -
YUV 93.88 81.8 182.3 -
System Red Green Blue C M Y K H S L
Decimal 170 71 12 0 0.58 0.93 0.33 22.41 0.87 0.36
Hex AA 47 C 0 3A 5D 21 16 57 24
Octal 252 107 14 0 72 135 41 26 127 44
Binary 10101010 1000111 1100 0 111010 1011101 100001 10110 1010111 100100

Color Harmonies of #AA470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA470C

Black with #AA470C

Text Example


Text Example

White with #AA470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA470C; }

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

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

background-color css

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

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

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

border-color css

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

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

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