Html Css Color HEX #AA550C Rust

📋 copy color: '#AA550C'

red 170 ◦ green 85 ◦ blue 12

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

Shades of Rust #AA550C

Tints of Rust #AA550C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.49%

R = 63.67%
G = 31.84%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA550C (or 0xAA550C) is known color: Rust. HEX triplet: AA, 55 and 0C. RGB value is (170,85,12). Sum of RGB (Red+Green+Blue) = 170+85+12=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA550C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA550C is #55AAF3. Grayscale: #666666. Windows color (decimal): -5614324 or 808362. OLE color: 808362.

HSL color Cylindrical-coordinate representation of color #AA550C: hue angle of 27.72º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA550C is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 85 12 -
CMYK 0 0.50 0.93 0.33
HSL 27.72º 0.87% 0.36% -
HSV(B) 27.72º 0.93% 0.67% -
XYZ 19.89 15.07 2.21 -
YUV 102.09 77.16 176.44 -
System Red Green Blue C M Y K H S L
Decimal 170 85 12 0 0.50 0.93 0.33 27.72 0.87 0.36
Hex AA 55 C 0 32 5D 21 1C 57 24
Octal 252 125 14 0 62 135 41 34 127 44
Binary 10101010 1010101 1100 0 110010 1011101 100001 11100 1010111 100100

Color Harmonies of #AA550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA550C

Black with #AA550C

Text Example


Text Example

White with #AA550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA550C; }

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

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

background-color css

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

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

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

border-color css

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

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

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