Html Css Color HEX #AA4705 Rust

📋 copy color: '#AA4705'

red 170 ◦ green 71 ◦ blue 5

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

Shades of Rust #AA4705

Tints of Rust #AA4705

RGB

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

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

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

R = 69.11%
G = 28.86%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA4705 (or 0xAA4705) is known color: Rust. HEX triplet: AA, 47 and 05. RGB value is (170,71,5). Sum of RGB (Red+Green+Blue) = 170+71+5=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4705 is #55B8FA. Grayscale: #5D5D5D. Windows color (decimal): -5617915 or 346026. OLE color: 346026.

HSL color Cylindrical-coordinate representation of color #AA4705: hue angle of 24º 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 #AA4705 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 71 5 -
CMYK 0 0.58 0.97 0.33
HSL 24º 0.94% 0.34% -
HSV(B) 24º 0.97% 0.67% -
XYZ 18.86 13.06 1.67 -
YUV 93.08 78.3 182.87 -
System Red Green Blue C M Y K H S L
Decimal 170 71 5 0 0.58 0.97 0.33 24 0.94 0.34
Hex AA 47 5 0 3A 61 21 18 5E 22
Octal 252 107 5 0 72 141 41 30 136 42
Binary 10101010 1000111 101 0 111010 1100001 100001 11000 1011110 100010

Color Harmonies of #AA4705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4705

Black with #AA4705

Text Example


Text Example

White with #AA4705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4705; }

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

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

background-color css

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

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

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

border-color css

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

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

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