Html Css Color HEX #AA490F Rust

📋 copy color: '#AA490F'

red 170 ◦ green 73 ◦ blue 15

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

Shades of Rust #AA490F

Tints of Rust #AA490F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.81%

R = 65.89%
G = 28.29%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA490F (or 0xAA490F) is known color: Rust. HEX triplet: AA, 49 and 0F. RGB value is (170,73,15). Sum of RGB (Red+Green+Blue) = 170+73+15=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA490F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA490F is #55B6F0. Grayscale: #5F5F5F. Windows color (decimal): -5617393 or 1001898. OLE color: 1001898.

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

Color convert

RGB 170 73 15 -
CMYK 0 0.57 0.91 0.33
HSL 22.45º 0.84% 0.36% -
HSV(B) 22.45º 0.91% 0.67% -
XYZ 19.05 13.35 2.02 -
YUV 95.39 82.64 181.22 -
System Red Green Blue C M Y K H S L
Decimal 170 73 15 0 0.57 0.91 0.33 22.45 0.84 0.36
Hex AA 49 F 0 39 5B 21 16 54 24
Octal 252 111 17 0 71 133 41 26 124 44
Binary 10101010 1001001 1111 0 111001 1011011 100001 10110 1010100 100100

Color Harmonies of #AA490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA490F

Black with #AA490F

Text Example


Text Example

White with #AA490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA490F; }

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

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

background-color css

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

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

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

border-color css

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

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

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