Html Css Color HEX #AA4600 Rust

📋 copy color: '#AA4600'

red 170 ◦ green 70 ◦ blue 0

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

Shades of Rust #AA4600

Tints of Rust #AA4600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.17%

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

R = 70.83%
G = 29.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA4600 (or 0xAA4600) is known color: Rust. HEX triplet: AA, 46 and 00. RGB value is (170,70,0). Sum of RGB (Red+Green+Blue) = 170+70+0=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4600 is #55B9FF. Grayscale: #5C5C5C. Windows color (decimal): -5618176 or 18090. OLE color: 18090.

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

Color convert

RGB 170 70 0 -
CMYK 0 0.59 1 0.33
HSL 24.71º 1% 0.33% -
HSV(B) 24.71º 1% 0.67% -
XYZ 18.77 12.93 1.51 -
YUV 91.92 76.13 183.69 -
System Red Green Blue C M Y K H S L
Decimal 170 70 0 0 0.59 1 0.33 24.71 1 0.33
Hex AA 46 0 0 3B 64 21 19 64 21
Octal 252 106 0 0 73 144 41 31 144 41
Binary 10101010 1000110 0 0 111011 1100100 100001 11001 1100100 100001

Color Harmonies of #AA4600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4600

Black with #AA4600

Text Example


Text Example

White with #AA4600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4600; }

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

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

background-color css

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

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

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

border-color css

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

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

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