Html Css Color HEX #AA3C05 Rust

📋 copy color: '#AA3C05'

red 170 ◦ green 60 ◦ blue 5

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

Shades of Rust #AA3C05

Tints of Rust #AA3C05

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.53%

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

R = 72.34%
G = 25.53%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA3C05 (or 0xAA3C05) is known color: Rust. HEX triplet: AA, 3C and 05. RGB value is (170,60,5). Sum of RGB (Red+Green+Blue) = 170+60+5=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3C05 is #55C3FA. Grayscale: #565656. Windows color (decimal): -5620731 or 343210. OLE color: 343210.

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

Color convert

RGB 170 60 5 -
CMYK 0 0.65 0.97 0.33
HSL 20º 0.94% 0.34% -
HSV(B) 20º 0.97% 0.67% -
XYZ 18.22 11.79 1.46 -
YUV 86.62 81.94 187.47 -
System Red Green Blue C M Y K H S L
Decimal 170 60 5 0 0.65 0.97 0.33 20 0.94 0.34
Hex AA 3C 5 0 41 61 21 14 5E 22
Octal 252 74 5 0 101 141 41 24 136 42
Binary 10101010 111100 101 0 1000001 1100001 100001 10100 1011110 100010

Color Harmonies of #AA3C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C05

Black with #AA3C05

Text Example


Text Example

White with #AA3C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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