Html Css Color HEX #AA451A Rust

📋 copy color: '#AA451A'

red 170 ◦ green 69 ◦ blue 26

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

Shades of Rust #AA451A

Tints of Rust #AA451A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.04%

 BLUE value IS 26 (10.55% from 255) = 9.81%

R = 64.15%
G = 26.04%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA451A (or 0xAA451A) is known color: Rust. HEX triplet: AA, 45 and 1A. RGB value is (170,69,26). Sum of RGB (Red+Green+Blue) = 170+69+26=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA451A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA451A is #55BAE5. Grayscale: #5E5E5E. Windows color (decimal): -5618406 or 1721770. OLE color: 1721770.

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

Color convert

RGB 170 69 26 -
CMYK 0 0.59 0.85 0.33
HSL 17.92º 0.73% 0.38% -
HSV(B) 17.92º 0.85% 0.67% -
XYZ 18.89 12.88 2.47 -
YUV 94.3 89.46 182 -
System Red Green Blue C M Y K H S L
Decimal 170 69 26 0 0.59 0.85 0.33 17.92 0.73 0.38
Hex AA 45 1A 0 3B 55 21 12 49 26
Octal 252 105 32 0 73 125 41 22 111 46
Binary 10101010 1000101 11010 0 111011 1010101 100001 10010 1001001 100110

Color Harmonies of #AA451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA451A

Black with #AA451A

Text Example


Text Example

White with #AA451A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA451A; }

 p { color: rgb(170,69,26); }

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

background-color css

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

 a { background-color: rgb(170,69,26); }

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

border-color css

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

 span { border-color: rgb(170,69,26); }

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