Html Css Color HEX #AA490A Rust

📋 copy color: '#AA490A'

red 170 ◦ green 73 ◦ blue 10

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

Shades of Rust #AA490A

Tints of Rust #AA490A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.85%

 BLUE value IS 10 (4.3% from 255) = 3.95%

R = 67.19%
G = 28.85%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA490A (or 0xAA490A) is known color: Rust. HEX triplet: AA, 49 and 0A. RGB value is (170,73,10). Sum of RGB (Red+Green+Blue) = 170+73+10=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA490A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA490A is #55B6F5. Grayscale: #5F5F5F. Windows color (decimal): -5617398 or 674218. OLE color: 674218.

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

Color convert

RGB 170 73 10 -
CMYK 0 0.57 0.94 0.33
HSL 23.63º 0.89% 0.35% -
HSV(B) 23.63º 0.94% 0.67% -
XYZ 19.01 13.33 1.86 -
YUV 94.82 80.14 181.62 -
System Red Green Blue C M Y K H S L
Decimal 170 73 10 0 0.57 0.94 0.33 23.63 0.89 0.35
Hex AA 49 A 0 39 5E 21 18 59 23
Octal 252 111 12 0 71 136 41 30 131 43
Binary 10101010 1001001 1010 0 111001 1011110 100001 11000 1011001 100011

Color Harmonies of #AA490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA490A

Black with #AA490A

Text Example


Text Example

White with #AA490A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA490A; }

 p { color: rgb(170,73,10); }

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

background-color css

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

 a { background-color: rgb(170,73,10); }

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

border-color css

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

 span { border-color: rgb(170,73,10); }

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