Html Css Color HEX #AA4819 Rust

📋 copy color: '#AA4819'

red 170 ◦ green 72 ◦ blue 25

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

Shades of Rust #AA4819

Tints of Rust #AA4819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.97%

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

R = 63.67%
G = 26.97%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA4819 (or 0xAA4819) is known color: Rust. HEX triplet: AA, 48 and 19. RGB value is (170,72,25). Sum of RGB (Red+Green+Blue) = 170+72+25=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4819 is #55B7E6. Grayscale: #606060. Windows color (decimal): -5617639 or 1657002. OLE color: 1657002.

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

Color convert

RGB 170 72 25 -
CMYK 0 0.58 0.85 0.33
HSL 19.45º 0.74% 0.38% -
HSV(B) 19.45º 0.85% 0.67% -
XYZ 19.07 13.25 2.47 -
YUV 95.94 87.97 180.82 -
System Red Green Blue C M Y K H S L
Decimal 170 72 25 0 0.58 0.85 0.33 19.45 0.74 0.38
Hex AA 48 19 0 3A 55 21 13 4A 26
Octal 252 110 31 0 72 125 41 23 112 46
Binary 10101010 1001000 11001 0 111010 1010101 100001 10011 1001010 100110

Color Harmonies of #AA4819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4819

Black with #AA4819

Text Example


Text Example

White with #AA4819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4819; }

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

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

background-color css

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

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

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

border-color css

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

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

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