Html Css Color HEX #AA3A19 Rust

📋 copy color: '#AA3A19'

red 170 ◦ green 58 ◦ blue 25

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

Shades of Rust #AA3A19

Tints of Rust #AA3A19

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.92%

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

R = 67.19%
G = 22.92%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA3A19 (or 0xAA3A19) is known color: Rust. HEX triplet: AA, 3A and 19. RGB value is (170,58,25). Sum of RGB (Red+Green+Blue) = 170+58+25=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3A19 is #55C5E6. Grayscale: #575757. Windows color (decimal): -5621223 or 1653418. OLE color: 1653418.

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

Color convert

RGB 170 58 25 -
CMYK 0 0.66 0.85 0.33
HSL 13.66º 0.74% 0.38% -
HSV(B) 13.66º 0.85% 0.67% -
XYZ 18.27 11.64 2.2 -
YUV 87.73 92.61 186.68 -
System Red Green Blue C M Y K H S L
Decimal 170 58 25 0 0.66 0.85 0.33 13.66 0.74 0.38
Hex AA 3A 19 0 42 55 21 E 4A 26
Octal 252 72 31 0 102 125 41 16 112 46
Binary 10101010 111010 11001 0 1000010 1010101 100001 1110 1001010 100110

Color Harmonies of #AA3A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3A19

Black with #AA3A19

Text Example


Text Example

White with #AA3A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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