Html Css Color HEX #AA3F16 Rust

📋 copy color: '#AA3F16'

red 170 ◦ green 63 ◦ blue 22

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

Shades of Rust #AA3F16

Tints of Rust #AA3F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.63%

R = 66.67%
G = 24.71%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA3F16 (or 0xAA3F16) is known color: Rust. HEX triplet: AA, 3F and 16. RGB value is (170,63,22). Sum of RGB (Red+Green+Blue) = 170+63+22=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3F16 is #55C0E9. Grayscale: #5A5A5A. Windows color (decimal): -5619946 or 1458090. OLE color: 1458090.

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

Color convert

RGB 170 63 22 -
CMYK 0 0.63 0.87 0.33
HSL 16.62º 0.77% 0.38% -
HSV(B) 16.62º 0.87% 0.67% -
XYZ 18.5 12.16 2.13 -
YUV 90.32 89.45 184.83 -
System Red Green Blue C M Y K H S L
Decimal 170 63 22 0 0.63 0.87 0.33 16.62 0.77 0.38
Hex AA 3F 16 0 3F 57 21 11 4D 26
Octal 252 77 26 0 77 127 41 21 115 46
Binary 10101010 111111 10110 0 111111 1010111 100001 10001 1001101 100110

Color Harmonies of #AA3F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F16

Black with #AA3F16

Text Example


Text Example

White with #AA3F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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