Html Css Color HEX #AA520D Rust

📋 copy color: '#AA520D'

red 170 ◦ green 82 ◦ blue 13

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

Shades of Rust #AA520D

Tints of Rust #AA520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.94%

 BLUE value IS 13 (5.47% from 255) = 4.91%

R = 64.15%
G = 30.94%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA520D (or 0xAA520D) is known color: Rust. HEX triplet: AA, 52 and 0D. RGB value is (170,82,13). Sum of RGB (Red+Green+Blue) = 170+82+13=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA520D is #55ADF2. Grayscale: #646464. Windows color (decimal): -5615091 or 873130. OLE color: 873130.

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

Color convert

RGB 170 82 13 -
CMYK 0 0.52 0.92 0.33
HSL 26.37º 0.86% 0.36% -
HSV(B) 26.37º 0.92% 0.67% -
XYZ 19.67 14.61 2.16 -
YUV 100.45 78.65 177.61 -
System Red Green Blue C M Y K H S L
Decimal 170 82 13 0 0.52 0.92 0.33 26.37 0.86 0.36
Hex AA 52 D 0 34 5C 21 1A 56 24
Octal 252 122 15 0 64 134 41 32 126 44
Binary 10101010 1010010 1101 0 110100 1011100 100001 11010 1010110 100100

Color Harmonies of #AA520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA520D

Black with #AA520D

Text Example


Text Example

White with #AA520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA520D; }

 p { color: rgb(170,82,13); }

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

background-color css

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

 a { background-color: rgb(170,82,13); }

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

border-color css

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

 span { border-color: rgb(170,82,13); }

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