Html Css Color HEX #AA5100 Rust

📋 copy color: '#AA5100'

red 170 ◦ green 81 ◦ blue 0

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

Shades of Rust #AA5100

Tints of Rust #AA5100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.73%
G = 32.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA5100 (or 0xAA5100) is known color: Rust. HEX triplet: AA, 51 and 00. RGB value is (170,81,0). Sum of RGB (Red+Green+Blue) = 170+81+0=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5100 is #55AEFF. Grayscale: #626262. Windows color (decimal): -5615360 or 20906. OLE color: 20906.

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

Color convert

RGB 170 81 0 -
CMYK 0 0.52 1 0.33
HSL 28.59º 1% 0.33% -
HSV(B) 28.59º 1% 0.67% -
XYZ 19.52 14.43 1.76 -
YUV 98.38 72.49 179.09 -
System Red Green Blue C M Y K H S L
Decimal 170 81 0 0 0.52 1 0.33 28.59 1 0.33
Hex AA 51 0 0 34 64 21 1D 64 21
Octal 252 121 0 0 64 144 41 35 144 41
Binary 10101010 1010001 0 0 110100 1100100 100001 11101 1100100 100001

Color Harmonies of #AA5100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5100

Black with #AA5100

Text Example


Text Example

White with #AA5100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5100; }

 p { color: rgb(170,81,0); }

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

background-color css

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

 a { background-color: rgb(170,81,0); }

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

border-color css

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

 span { border-color: rgb(170,81,0); }

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