Html Css Color HEX #AA4713 Rust

📋 copy color: '#AA4713'

red 170 ◦ green 71 ◦ blue 19

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

Shades of Rust #AA4713

Tints of Rust #AA4713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.31%

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

R = 65.38%
G = 27.31%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA4713 (or 0xAA4713) is known color: Rust. HEX triplet: AA, 47 and 13. RGB value is (170,71,19). Sum of RGB (Red+Green+Blue) = 170+71+19=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4713 is #55B8EC. Grayscale: #5E5E5E. Windows color (decimal): -5617901 or 1263530. OLE color: 1263530.

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

Color convert

RGB 170 71 19 -
CMYK 0 0.58 0.89 0.33
HSL 20.66º 0.8% 0.37% -
HSV(B) 20.66º 0.89% 0.67% -
XYZ 18.95 13.1 2.15 -
YUV 94.67 85.3 181.73 -
System Red Green Blue C M Y K H S L
Decimal 170 71 19 0 0.58 0.89 0.33 20.66 0.8 0.37
Hex AA 47 13 0 3A 59 21 15 50 25
Octal 252 107 23 0 72 131 41 25 120 45
Binary 10101010 1000111 10011 0 111010 1011001 100001 10101 1010000 100101

Color Harmonies of #AA4713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4713

Black with #AA4713

Text Example


Text Example

White with #AA4713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4713; }

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

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

background-color css

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

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

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

border-color css

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

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

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