Html Css Color HEX #AA4913 Rust

📋 copy color: '#AA4913'

red 170 ◦ green 73 ◦ blue 19

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

Shades of Rust #AA4913

Tints of Rust #AA4913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.25%

R = 64.89%
G = 27.86%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA4913 (or 0xAA4913) is known color: Rust. HEX triplet: AA, 49 and 13. RGB value is (170,73,19). Sum of RGB (Red+Green+Blue) = 170+73+19=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4913 is #55B6EC. Grayscale: #606060. Windows color (decimal): -5617389 or 1264042. OLE color: 1264042.

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

Color convert

RGB 170 73 19 -
CMYK 0 0.57 0.89 0.33
HSL 21.46º 0.8% 0.37% -
HSV(B) 21.46º 0.89% 0.67% -
XYZ 19.08 13.36 2.19 -
YUV 95.85 84.64 180.89 -
System Red Green Blue C M Y K H S L
Decimal 170 73 19 0 0.57 0.89 0.33 21.46 0.8 0.37
Hex AA 49 13 0 39 59 21 15 50 25
Octal 252 111 23 0 71 131 41 25 120 45
Binary 10101010 1001001 10011 0 111001 1011001 100001 10101 1010000 100101

Color Harmonies of #AA4913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4913

Black with #AA4913

Text Example


Text Example

White with #AA4913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4913; }

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

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

background-color css

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

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

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

border-color css

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

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

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