Html Css Color HEX #AA3E19 Rust

📋 copy color: '#AA3E19'

red 170 ◦ green 62 ◦ blue 25

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

Shades of Rust #AA3E19

Tints of Rust #AA3E19

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.12%

 BLUE value IS 25 (10.16% from 255) = 9.73%

R = 66.15%
G = 24.12%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA3E19 (or 0xAA3E19) is known color: Rust. HEX triplet: AA, 3E and 19. RGB value is (170,62,25). Sum of RGB (Red+Green+Blue) = 170+62+25=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3E19 is #55C1E6. Grayscale: #5A5A5A. Windows color (decimal): -5620199 or 1654442. OLE color: 1654442.

HSL color Cylindrical-coordinate representation of color #AA3E19: hue angle of 15.31º degrees, saturation: 0.74, 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 #AA3E19 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 62 25 -
CMYK 0 0.64 0.85 0.33
HSL 15.31º 0.74% 0.38% -
HSV(B) 15.31º 0.85% 0.67% -
XYZ 18.48 12.06 2.27 -
YUV 90.07 91.28 185.01 -
System Red Green Blue C M Y K H S L
Decimal 170 62 25 0 0.64 0.85 0.33 15.31 0.74 0.38
Hex AA 3E 19 0 40 55 21 F 4A 26
Octal 252 76 31 0 100 125 41 17 112 46
Binary 10101010 111110 11001 0 1000000 1010101 100001 1111 1001010 100110

Color Harmonies of #AA3E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3E19

Black with #AA3E19

Text Example


Text Example

White with #AA3E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3E19; }

 p { color: rgb(170,62,25); }

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

background-color css

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

 a { background-color: rgb(170,62,25); }

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

border-color css

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

 span { border-color: rgb(170,62,25); }

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