Html Css Color HEX #AA3700 Rust

📋 copy color: '#AA3700'

red 170 ◦ green 55 ◦ blue 0

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

Shades of Rust #AA3700

Tints of Rust #AA3700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.44%

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

R = 75.56%
G = 24.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA3700 (or 0xAA3700) is known color: Rust. HEX triplet: AA, 37 and 00. RGB value is (170,55,0). Sum of RGB (Red+Green+Blue) = 170+55+0=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3700 is #55C8FF. Grayscale: #535353. Windows color (decimal): -5622016 or 14250. OLE color: 14250.

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

Color convert

RGB 170 55 0 -
CMYK 0 0.68 1 0.33
HSL 19.41º 1% 0.33% -
HSV(B) 19.41º 1% 0.67% -
XYZ 17.94 11.28 1.23 -
YUV 83.12 81.1 189.97 -
System Red Green Blue C M Y K H S L
Decimal 170 55 0 0 0.68 1 0.33 19.41 1 0.33
Hex AA 37 0 0 44 64 21 13 64 21
Octal 252 67 0 0 104 144 41 23 144 41
Binary 10101010 110111 0 0 1000100 1100100 100001 10011 1100100 100001

Color Harmonies of #AA3700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3700

Black with #AA3700

Text Example


Text Example

White with #AA3700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3700; }

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

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

background-color css

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

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

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

border-color css

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

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

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