Html Css Color HEX #AA5301 Rust

📋 copy color: '#AA5301'

red 170 ◦ green 83 ◦ blue 1

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

Shades of Rust #AA5301

Tints of Rust #AA5301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.68%

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

R = 66.93%
G = 32.68%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA5301 (or 0xAA5301) is known color: Rust. HEX triplet: AA, 53 and 01. RGB value is (170,83,1). Sum of RGB (Red+Green+Blue) = 170+83+1=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5301 is #55ACFE. Grayscale: #646464. Windows color (decimal): -5614847 or 86954. OLE color: 86954.

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

Color convert

RGB 170 83 1 -
CMYK 0 0.51 0.99 0.33
HSL 29.11º 0.99% 0.34% -
HSV(B) 29.11º 0.99% 0.67% -
XYZ 19.68 14.73 1.84 -
YUV 99.67 72.32 178.17 -
System Red Green Blue C M Y K H S L
Decimal 170 83 1 0 0.51 0.99 0.33 29.11 0.99 0.34
Hex AA 53 1 0 33 63 21 1D 63 22
Octal 252 123 1 0 63 143 41 35 143 42
Binary 10101010 1010011 1 0 110011 1100011 100001 11101 1100011 100010

Color Harmonies of #AA5301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5301

Black with #AA5301

Text Example


Text Example

White with #AA5301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5301; }

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

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

background-color css

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

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

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

border-color css

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

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

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