Html Css Color HEX #AA3F1A Rust

📋 copy color: '#AA3F1A'

red 170 ◦ green 63 ◦ blue 26

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

Shades of Rust #AA3F1A

Tints of Rust #AA3F1A

RGB

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

 GREEN value IS 63 (25% from 255) = 24.32%

 BLUE value IS 26 (10.55% from 255) = 10.04%

R = 65.64%
G = 24.32%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA3F1A (or 0xAA3F1A) is known color: Rust. HEX triplet: AA, 3F and 1A. RGB value is (170,63,26). Sum of RGB (Red+Green+Blue) = 170+63+26=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3F1A is #55C0E5. Grayscale: #5B5B5B. Windows color (decimal): -5619942 or 1720234. OLE color: 1720234.

HSL color Cylindrical-coordinate representation of color #AA3F1A: hue angle of 15.42º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA3F1A is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 63 26 -
CMYK 0 0.63 0.85 0.33
HSL 15.42º 0.73% 0.38% -
HSV(B) 15.42º 0.85% 0.67% -
XYZ 18.54 12.18 2.35 -
YUV 90.78 91.45 184.51 -
System Red Green Blue C M Y K H S L
Decimal 170 63 26 0 0.63 0.85 0.33 15.42 0.73 0.38
Hex AA 3F 1A 0 3F 55 21 F 49 26
Octal 252 77 32 0 77 125 41 17 111 46
Binary 10101010 111111 11010 0 111111 1010101 100001 1111 1001001 100110

Color Harmonies of #AA3F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F1A

Black with #AA3F1A

Text Example


Text Example

White with #AA3F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F1A; }

 p { color: rgb(170,63,26); }

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

background-color css

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

 a { background-color: rgb(170,63,26); }

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

border-color css

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

 span { border-color: rgb(170,63,26); }

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