Html Css Color HEX #AA5502 Rust

📋 copy color: '#AA5502'

red 170 ◦ green 85 ◦ blue 2

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

Shades of Rust #AA5502

Tints of Rust #AA5502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.07%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 66.15%
G = 33.07%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA5502 (or 0xAA5502) is known color: Rust. HEX triplet: AA, 55 and 02. RGB value is (170,85,2). Sum of RGB (Red+Green+Blue) = 170+85+2=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5502 is #55AAFD. Grayscale: #656565. Windows color (decimal): -5614334 or 153002. OLE color: 153002.

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

Color convert

RGB 170 85 2 -
CMYK 0 0.50 0.99 0.33
HSL 29.64º 0.98% 0.34% -
HSV(B) 29.64º 0.99% 0.67% -
XYZ 19.84 15.05 1.92 -
YUV 100.95 72.16 177.25 -
System Red Green Blue C M Y K H S L
Decimal 170 85 2 0 0.50 0.99 0.33 29.64 0.98 0.34
Hex AA 55 2 0 32 63 21 1E 62 22
Octal 252 125 2 0 62 143 41 36 142 42
Binary 10101010 1010101 10 0 110010 1100011 100001 11110 1100010 100010

Color Harmonies of #AA5502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5502

Black with #AA5502

Text Example


Text Example

White with #AA5502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5502; }

 p { color: rgb(170,85,2); }

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

background-color css

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

 a { background-color: rgb(170,85,2); }

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

border-color css

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

 span { border-color: rgb(170,85,2); }

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