Html Css Color HEX #AA4200 Rust

📋 copy color: '#AA4200'

red 170 ◦ green 66 ◦ blue 0

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

Shades of Rust #AA4200

Tints of Rust #AA4200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.97%

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

R = 72.03%
G = 27.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA4200 (or 0xAA4200) is known color: Rust. HEX triplet: AA, 42 and 00. RGB value is (170,66,0). Sum of RGB (Red+Green+Blue) = 170+66+0=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4200 is #55BDFF. Grayscale: #595959. Windows color (decimal): -5619200 or 17066. OLE color: 17066.

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

Color convert

RGB 170 66 0 -
CMYK 0 0.61 1 0.33
HSL 23.29º 1% 0.33% -
HSV(B) 23.29º 1% 0.67% -
XYZ 18.53 12.44 1.43 -
YUV 89.57 77.46 185.37 -
System Red Green Blue C M Y K H S L
Decimal 170 66 0 0 0.61 1 0.33 23.29 1 0.33
Hex AA 42 0 0 3D 64 21 17 64 21
Octal 252 102 0 0 75 144 41 27 144 41
Binary 10101010 1000010 0 0 111101 1100100 100001 10111 1100100 100001

Color Harmonies of #AA4200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4200

Black with #AA4200

Text Example


Text Example

White with #AA4200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4200; }

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

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

background-color css

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

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

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

border-color css

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

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

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