Html Css Color HEX #AA3709 Rust

📋 copy color: '#AA3709'

red 170 ◦ green 55 ◦ blue 9

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

Shades of Rust #AA3709

Tints of Rust #AA3709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.85%

R = 72.65%
G = 23.5%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA3709 (or 0xAA3709) is known color: Rust. HEX triplet: AA, 37 and 09. RGB value is (170,55,9). Sum of RGB (Red+Green+Blue) = 170+55+9=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3709 is #55C8F6. Grayscale: #545454. Windows color (decimal): -5622007 or 604074. OLE color: 604074.

HSL color Cylindrical-coordinate representation of color #AA3709: hue angle of 17.14º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA3709 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 55 9 -
CMYK 0 0.68 0.95 0.33
HSL 17.14º 0.9% 0.35% -
HSV(B) 17.14º 0.95% 0.67% -
XYZ 17.99 11.3 1.49 -
YUV 84.14 85.6 189.24 -
System Red Green Blue C M Y K H S L
Decimal 170 55 9 0 0.68 0.95 0.33 17.14 0.9 0.35
Hex AA 37 9 0 44 5F 21 11 5A 23
Octal 252 67 11 0 104 137 41 21 132 43
Binary 10101010 110111 1001 0 1000100 1011111 100001 10001 1011010 100011

Color Harmonies of #AA3709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3709

Black with #AA3709

Text Example


Text Example

White with #AA3709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3709; }

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

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

background-color css

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

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

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

border-color css

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

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

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