Html Css Color HEX #AA5304 Rust

📋 copy color: '#AA5304'

red 170 ◦ green 83 ◦ blue 4

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

Shades of Rust #AA5304

Tints of Rust #AA5304

RGB

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

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

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

R = 66.15%
G = 32.3%
B = 1.56%

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

#AA5304 (or 0xAA5304) is known color: Rust. HEX triplet: AA, 53 and 04. RGB value is (170,83,4). Sum of RGB (Red+Green+Blue) = 170+83+4=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5304 is #55ACFB. Grayscale: #646464. Windows color (decimal): -5614844 or 283562. OLE color: 283562.

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

Color convert

RGB 170 83 4 -
CMYK 0 0.51 0.98 0.33
HSL 28.55º 0.95% 0.34% -
HSV(B) 28.55º 0.98% 0.67% -
XYZ 19.69 14.74 1.92 -
YUV 100.01 73.82 177.92 -
System Red Green Blue C M Y K H S L
Decimal 170 83 4 0 0.51 0.98 0.33 28.55 0.95 0.34
Hex AA 53 4 0 33 62 21 1D 5F 22
Octal 252 123 4 0 63 142 41 35 137 42
Binary 10101010 1010011 100 0 110011 1100010 100001 11101 1011111 100010

Color Harmonies of #AA5304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5304

Black with #AA5304

Text Example


Text Example

White with #AA5304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5304; }

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

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

background-color css

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

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

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

border-color css

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

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

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