Html Css Color HEX #AA4119 Rust

📋 copy color: '#AA4119'

red 170 ◦ green 65 ◦ blue 25

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

Shades of Rust #AA4119

Tints of Rust #AA4119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25%

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

R = 65.38%
G = 25%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA4119 (or 0xAA4119) is known color: Rust. HEX triplet: AA, 41 and 19. RGB value is (170,65,25). Sum of RGB (Red+Green+Blue) = 170+65+25=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4119 is #55BEE6. Grayscale: #5C5C5C. Windows color (decimal): -5619431 or 1655210. OLE color: 1655210.

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

Color convert

RGB 170 65 25 -
CMYK 0 0.62 0.85 0.33
HSL 16.55º 0.74% 0.38% -
HSV(B) 16.55º 0.85% 0.67% -
XYZ 18.64 12.4 2.33 -
YUV 91.84 90.29 183.75 -
System Red Green Blue C M Y K H S L
Decimal 170 65 25 0 0.62 0.85 0.33 16.55 0.74 0.38
Hex AA 41 19 0 3E 55 21 11 4A 26
Octal 252 101 31 0 76 125 41 21 112 46
Binary 10101010 1000001 11001 0 111110 1010101 100001 10001 1001010 100110

Color Harmonies of #AA4119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4119

Black with #AA4119

Text Example


Text Example

White with #AA4119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4119; }

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

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

background-color css

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

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

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

border-color css

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

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

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