Html Css Color HEX #AA5404 Rust

📋 copy color: '#AA5404'

red 170 ◦ green 84 ◦ blue 4

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

Shades of Rust #AA5404

Tints of Rust #AA5404

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.56%

 BLUE value IS 4 (1.95% from 255) = 1.55%

R = 65.89%
G = 32.56%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA5404 (or 0xAA5404) is known color: Rust. HEX triplet: AA, 54 and 04. RGB value is (170,84,4). Sum of RGB (Red+Green+Blue) = 170+84+4=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5404 is #55ABFB. Grayscale: #656565. Windows color (decimal): -5614588 or 283818. OLE color: 283818.

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

Color convert

RGB 170 84 4 -
CMYK 0 0.51 0.98 0.33
HSL 28.92º 0.95% 0.34% -
HSV(B) 28.92º 0.98% 0.67% -
XYZ 19.77 14.9 1.95 -
YUV 100.59 73.49 177.5 -
System Red Green Blue C M Y K H S L
Decimal 170 84 4 0 0.51 0.98 0.33 28.92 0.95 0.34
Hex AA 54 4 0 33 62 21 1D 5F 22
Octal 252 124 4 0 63 142 41 35 137 42
Binary 10101010 1010100 100 0 110011 1100010 100001 11101 1011111 100010

Color Harmonies of #AA5404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5404

Black with #AA5404

Text Example


Text Example

White with #AA5404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5404; }

 p { color: rgb(170,84,4); }

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

background-color css

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

 a { background-color: rgb(170,84,4); }

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

border-color css

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

 span { border-color: rgb(170,84,4); }

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