Html Css Color HEX #AA3C09 Rust

📋 copy color: '#AA3C09'

red 170 ◦ green 60 ◦ blue 9

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

Shades of Rust #AA3C09

Tints of Rust #AA3C09

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.1%

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

R = 71.13%
G = 25.1%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA3C09 (or 0xAA3C09) is known color: Rust. HEX triplet: AA, 3C and 09. RGB value is (170,60,9). Sum of RGB (Red+Green+Blue) = 170+60+9=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3C09 is #55C3F6. Grayscale: #575757. Windows color (decimal): -5620727 or 605354. OLE color: 605354.

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

Color convert

RGB 170 60 9 -
CMYK 0 0.65 0.95 0.33
HSL 19.01º 0.9% 0.35% -
HSV(B) 19.01º 0.95% 0.67% -
XYZ 18.24 11.8 1.57 -
YUV 87.08 83.94 187.15 -
System Red Green Blue C M Y K H S L
Decimal 170 60 9 0 0.65 0.95 0.33 19.01 0.9 0.35
Hex AA 3C 9 0 41 5F 21 13 5A 23
Octal 252 74 11 0 101 137 41 23 132 43
Binary 10101010 111100 1001 0 1000001 1011111 100001 10011 1011010 100011

Color Harmonies of #AA3C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C09

Black with #AA3C09

Text Example


Text Example

White with #AA3C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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