Html Css Color HEX #AA3509 Rust

📋 copy color: '#AA3509'

red 170 ◦ green 53 ◦ blue 9

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

Shades of Rust #AA3509

Tints of Rust #AA3509

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.84%

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

R = 73.28%
G = 22.84%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA3509 (or 0xAA3509) is known color: Rust. HEX triplet: AA, 35 and 09. RGB value is (170,53,9). Sum of RGB (Red+Green+Blue) = 170+53+9=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3509 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3509 is #55CAF6. Grayscale: #535353. Windows color (decimal): -5622519 or 603562. OLE color: 603562.

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

Color convert

RGB 170 53 9 -
CMYK 0 0.69 0.95 0.33
HSL 16.4º 0.9% 0.35% -
HSV(B) 16.4º 0.95% 0.67% -
XYZ 17.9 11.11 1.46 -
YUV 82.97 86.26 190.08 -
System Red Green Blue C M Y K H S L
Decimal 170 53 9 0 0.69 0.95 0.33 16.4 0.9 0.35
Hex AA 35 9 0 45 5F 21 10 5A 23
Octal 252 65 11 0 105 137 41 20 132 43
Binary 10101010 110101 1001 0 1000101 1011111 100001 10000 1011010 100011

Color Harmonies of #AA3509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3509

Black with #AA3509

Text Example


Text Example

White with #AA3509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3509; }

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

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

background-color css

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

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

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

border-color css

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

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

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