Html Css Color HEX #AA3705 Rust

📋 copy color: '#AA3705'

red 170 ◦ green 55 ◦ blue 5

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

Shades of Rust #AA3705

Tints of Rust #AA3705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.17%

R = 73.91%
G = 23.91%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA3705 (or 0xAA3705) is known color: Rust. HEX triplet: AA, 37 and 05. RGB value is (170,55,5). Sum of RGB (Red+Green+Blue) = 170+55+5=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3705 is #55C8FA. Grayscale: #535353. Windows color (decimal): -5622011 or 341930. OLE color: 341930.

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

Color convert

RGB 170 55 5 -
CMYK 0 0.68 0.97 0.33
HSL 18.18º 0.94% 0.34% -
HSV(B) 18.18º 0.97% 0.67% -
XYZ 17.97 11.29 1.38 -
YUV 83.69 83.6 189.57 -
System Red Green Blue C M Y K H S L
Decimal 170 55 5 0 0.68 0.97 0.33 18.18 0.94 0.34
Hex AA 37 5 0 44 61 21 12 5E 22
Octal 252 67 5 0 104 141 41 22 136 42
Binary 10101010 110111 101 0 1000100 1100001 100001 10010 1011110 100010

Color Harmonies of #AA3705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3705

Black with #AA3705

Text Example


Text Example

White with #AA3705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3705; }

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

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

background-color css

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

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

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

border-color css

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

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

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