Html Css Color HEX #AA5400 Rust

📋 copy color: '#AA5400'

red 170 ◦ green 84 ◦ blue 0

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

Shades of Rust #AA5400

Tints of Rust #AA5400

RGB

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

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

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

R = 66.93%
G = 33.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA5400 (or 0xAA5400) is known color: Rust. HEX triplet: AA, 54 and 00. RGB value is (170,84,0). Sum of RGB (Red+Green+Blue) = 170+84+0=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5400 is #55ABFF. Grayscale: #646464. Windows color (decimal): -5614592 or 21674. OLE color: 21674.

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

Color convert

RGB 170 84 0 -
CMYK 0 0.51 1 0.33
HSL 29.65º 1% 0.33% -
HSV(B) 29.65º 1% 0.67% -
XYZ 19.75 14.89 1.83 -
YUV 100.14 71.49 177.83 -
System Red Green Blue C M Y K H S L
Decimal 170 84 0 0 0.51 1 0.33 29.65 1 0.33
Hex AA 54 0 0 33 64 21 1E 64 21
Octal 252 124 0 0 63 144 41 36 144 41
Binary 10101010 1010100 0 0 110011 1100100 100001 11110 1100100 100001

Color Harmonies of #AA5400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5400

Black with #AA5400

Text Example


Text Example

White with #AA5400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5400; }

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

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

background-color css

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

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

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

border-color css

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

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

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