Html Css Color HEX #AA5201 Rust

📋 copy color: '#AA5201'

red 170 ◦ green 82 ◦ blue 1

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

Shades of Rust #AA5201

Tints of Rust #AA5201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 67.19%
G = 32.41%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA5201 (or 0xAA5201) is known color: Rust. HEX triplet: AA, 52 and 01. RGB value is (170,82,1). Sum of RGB (Red+Green+Blue) = 170+82+1=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5201 is #55ADFE. Grayscale: #636363. Windows color (decimal): -5615103 or 86698. OLE color: 86698.

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

Color convert

RGB 170 82 1 -
CMYK 0 0.52 0.99 0.33
HSL 28.76º 0.99% 0.34% -
HSV(B) 28.76º 0.99% 0.67% -
XYZ 19.6 14.58 1.81 -
YUV 99.08 72.65 178.59 -
System Red Green Blue C M Y K H S L
Decimal 170 82 1 0 0.52 0.99 0.33 28.76 0.99 0.34
Hex AA 52 1 0 34 63 21 1D 63 22
Octal 252 122 1 0 64 143 41 35 143 42
Binary 10101010 1010010 1 0 110100 1100011 100001 11101 1100011 100010

Color Harmonies of #AA5201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5201

Black with #AA5201

Text Example


Text Example

White with #AA5201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5201; }

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

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

background-color css

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

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

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

border-color css

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

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

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