Html Css Color HEX #AA4412 Rust

📋 copy color: '#AA4412'

red 170 ◦ green 68 ◦ blue 18

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

Shades of Rust #AA4412

Tints of Rust #AA4412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.56%

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 66.41%
G = 26.56%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA4412 (or 0xAA4412) is known color: Rust. HEX triplet: AA, 44 and 12. RGB value is (170,68,18). Sum of RGB (Red+Green+Blue) = 170+68+18=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4412 is #55BBED. Grayscale: #5D5D5D. Windows color (decimal): -5618670 or 1197226. OLE color: 1197226.

HSL color Cylindrical-coordinate representation of color #AA4412: hue angle of 19.74º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA4412 is Cyan = 0, Magento = 0.6, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 68 18 -
CMYK 0 0.6 0.89 0.33
HSL 19.74º 0.81% 0.37% -
HSV(B) 19.74º 0.89% 0.67% -
XYZ 18.75 12.72 2.04 -
YUV 92.8 85.79 183.07 -
System Red Green Blue C M Y K H S L
Decimal 170 68 18 0 0.6 0.89 0.33 19.74 0.81 0.37
Hex AA 44 12 0 3C 59 21 14 51 25
Octal 252 104 22 0 74 131 41 24 121 45
Binary 10101010 1000100 10010 0 111100 1011001 100001 10100 1010001 100101

Color Harmonies of #AA4412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4412

Black with #AA4412

Text Example


Text Example

White with #AA4412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4412; }

 p { color: rgb(170,68,18); }

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

background-color css

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

 a { background-color: rgb(170,68,18); }

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

border-color css

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

 span { border-color: rgb(170,68,18); }

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