Html Css Color HEX #AA3F18 Rust

📋 copy color: '#AA3F18'

red 170 ◦ green 63 ◦ blue 24

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

Shades of Rust #AA3F18

Tints of Rust #AA3F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.34%

R = 66.15%
G = 24.51%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA3F18 (or 0xAA3F18) is known color: Rust. HEX triplet: AA, 3F and 18. RGB value is (170,63,24). Sum of RGB (Red+Green+Blue) = 170+63+24=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3F18 is #55C0E7. Grayscale: #5A5A5A. Windows color (decimal): -5619944 or 1589162. OLE color: 1589162.

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

Color convert

RGB 170 63 24 -
CMYK 0 0.63 0.86 0.33
HSL 16.03º 0.75% 0.38% -
HSV(B) 16.03º 0.86% 0.67% -
XYZ 18.52 12.17 2.24 -
YUV 90.55 90.45 184.67 -
System Red Green Blue C M Y K H S L
Decimal 170 63 24 0 0.63 0.86 0.33 16.03 0.75 0.38
Hex AA 3F 18 0 3F 56 21 10 4B 26
Octal 252 77 30 0 77 126 41 20 113 46
Binary 10101010 111111 11000 0 111111 1010110 100001 10000 1001011 100110

Color Harmonies of #AA3F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F18

Black with #AA3F18

Text Example


Text Example

White with #AA3F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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