Html Css Color HEX #AA3E09 Rust

📋 copy color: '#AA3E09'

red 170 ◦ green 62 ◦ blue 9

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

Shades of Rust #AA3E09

Tints of Rust #AA3E09

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.73%

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

R = 70.54%
G = 25.73%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA3E09 (or 0xAA3E09) is known color: Rust. HEX triplet: AA, 3E and 09. RGB value is (170,62,9). Sum of RGB (Red+Green+Blue) = 170+62+9=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3E09 is #55C1F6. Grayscale: #585858. Windows color (decimal): -5620215 or 605866. OLE color: 605866.

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

Color convert

RGB 170 62 9 -
CMYK 0 0.64 0.95 0.33
HSL 19.75º 0.9% 0.35% -
HSV(B) 19.75º 0.95% 0.67% -
XYZ 18.35 12.01 1.61 -
YUV 88.25 83.28 186.31 -
System Red Green Blue C M Y K H S L
Decimal 170 62 9 0 0.64 0.95 0.33 19.75 0.9 0.35
Hex AA 3E 9 0 40 5F 21 14 5A 23
Octal 252 76 11 0 100 137 41 24 132 43
Binary 10101010 111110 1001 0 1000000 1011111 100001 10100 1011010 100011

Color Harmonies of #AA3E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3E09

Black with #AA3E09

Text Example


Text Example

White with #AA3E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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