Html Css Color HEX #AA3711 Rust

📋 copy color: '#AA3711'

red 170 ◦ green 55 ◦ blue 17

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

Shades of Rust #AA3711

Tints of Rust #AA3711

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.73%

 BLUE value IS 17 (7.03% from 255) = 7.02%

R = 70.25%
G = 22.73%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA3711 (or 0xAA3711) is known color: Rust. HEX triplet: AA, 37 and 11. RGB value is (170,55,17). Sum of RGB (Red+Green+Blue) = 170+55+17=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3711 is #55C8EE. Grayscale: #555555. Windows color (decimal): -5621999 or 1128362. OLE color: 1128362.

HSL color Cylindrical-coordinate representation of color #AA3711: hue angle of 14.9º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA3711 is Cyan = 0, Magento = 0.68, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 55 17 -
CMYK 0 0.68 0.9 0.33
HSL 14.9º 0.82% 0.37% -
HSV(B) 14.9º 0.9% 0.67% -
XYZ 18.04 11.32 1.76 -
YUV 85.05 89.6 188.59 -
System Red Green Blue C M Y K H S L
Decimal 170 55 17 0 0.68 0.9 0.33 14.9 0.82 0.37
Hex AA 37 11 0 44 5A 21 F 52 25
Octal 252 67 21 0 104 132 41 17 122 45
Binary 10101010 110111 10001 0 1000100 1011010 100001 1111 1010010 100101

Color Harmonies of #AA3711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3711

Black with #AA3711

Text Example


Text Example

White with #AA3711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3711; }

 p { color: rgb(170,55,17); }

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

background-color css

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

 a { background-color: rgb(170,55,17); }

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

border-color css

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

 span { border-color: rgb(170,55,17); }

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