Html Css Color HEX #AA3F17 Rust

📋 copy color: '#AA3F17'

red 170 ◦ green 63 ◦ blue 23

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

Shades of Rust #AA3F17

Tints of Rust #AA3F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.98%

R = 66.41%
G = 24.61%
B = 8.98%

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

#AA3F17 (or 0xAA3F17) is known color: Rust. HEX triplet: AA, 3F and 17. RGB value is (170,63,23). Sum of RGB (Red+Green+Blue) = 170+63+23=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3F17 is #55C0E8. Grayscale: #5A5A5A. Windows color (decimal): -5619945 or 1523626. OLE color: 1523626.

HSL color Cylindrical-coordinate representation of color #AA3F17: hue angle of 16.33º degrees, saturation: 0.76, 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 #AA3F17 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 63 23 -
CMYK 0 0.63 0.86 0.33
HSL 16.33º 0.76% 0.38% -
HSV(B) 16.33º 0.86% 0.67% -
XYZ 18.51 12.16 2.18 -
YUV 90.43 89.95 184.75 -
System Red Green Blue C M Y K H S L
Decimal 170 63 23 0 0.63 0.86 0.33 16.33 0.76 0.38
Hex AA 3F 17 0 3F 56 21 10 4C 26
Octal 252 77 27 0 77 126 41 20 114 46
Binary 10101010 111111 10111 0 111111 1010110 100001 10000 1001100 100110

Color Harmonies of #AA3F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F17

Black with #AA3F17

Text Example


Text Example

White with #AA3F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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