Html Css Color HEX #AA3F09 Rust

📋 copy color: '#AA3F09'

red 170 ◦ green 63 ◦ blue 9

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

Shades of Rust #AA3F09

Tints of Rust #AA3F09

RGB

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

 GREEN value IS 63 (25% from 255) = 26.03%

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

R = 70.25%
G = 26.03%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA3F09 (or 0xAA3F09) is known color: Rust. HEX triplet: AA, 3F and 09. RGB value is (170,63,9). Sum of RGB (Red+Green+Blue) = 170+63+9=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3F09 is #55C0F6. Grayscale: #595959. Windows color (decimal): -5619959 or 606122. OLE color: 606122.

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

Color convert

RGB 170 63 9 -
CMYK 0 0.63 0.95 0.33
HSL 20.12º 0.9% 0.35% -
HSV(B) 20.12º 0.95% 0.67% -
XYZ 18.4 12.12 1.63 -
YUV 88.84 82.95 185.89 -
System Red Green Blue C M Y K H S L
Decimal 170 63 9 0 0.63 0.95 0.33 20.12 0.9 0.35
Hex AA 3F 9 0 3F 5F 21 14 5A 23
Octal 252 77 11 0 77 137 41 24 132 43
Binary 10101010 111111 1001 0 111111 1011111 100001 10100 1011010 100011

Color Harmonies of #AA3F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F09

Black with #AA3F09

Text Example


Text Example

White with #AA3F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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