Html Css Color HEX #AA4910 Rust

📋 copy color: '#AA4910'

red 170 ◦ green 73 ◦ blue 16

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

Shades of Rust #AA4910

Tints of Rust #AA4910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.18%

R = 65.64%
G = 28.19%
B = 6.18%

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

#AA4910 (or 0xAA4910) is known color: Rust. HEX triplet: AA, 49 and 10. RGB value is (170,73,16). Sum of RGB (Red+Green+Blue) = 170+73+16=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4910 is #55B6EF. Grayscale: #5F5F5F. Windows color (decimal): -5617392 or 1067434. OLE color: 1067434.

HSL color Cylindrical-coordinate representation of color #AA4910: hue angle of 22.21º degrees, saturation: 0.83, 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 #AA4910 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 73 16 -
CMYK 0 0.57 0.91 0.33
HSL 22.21º 0.83% 0.36% -
HSV(B) 22.21º 0.91% 0.67% -
XYZ 19.05 13.35 2.06 -
YUV 95.51 83.14 181.13 -
System Red Green Blue C M Y K H S L
Decimal 170 73 16 0 0.57 0.91 0.33 22.21 0.83 0.36
Hex AA 49 10 0 39 5B 21 16 53 24
Octal 252 111 20 0 71 133 41 26 123 44
Binary 10101010 1001001 10000 0 111001 1011011 100001 10110 1010011 100100

Color Harmonies of #AA4910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4910

Black with #AA4910

Text Example


Text Example

White with #AA4910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4910; }

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

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

background-color css

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

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

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

border-color css

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

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

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