Html Css Color HEX #AA4609 Rust

📋 copy color: '#AA4609'

red 170 ◦ green 70 ◦ blue 9

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

Shades of Rust #AA4609

Tints of Rust #AA4609

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.11%

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

R = 68.27%
G = 28.11%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA4609 (or 0xAA4609) is known color: Rust. HEX triplet: AA, 46 and 09. RGB value is (170,70,9). Sum of RGB (Red+Green+Blue) = 170+70+9=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4609 is #55B9F6. Grayscale: #5D5D5D. Windows color (decimal): -5618167 or 607914. OLE color: 607914.

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

Color convert

RGB 170 70 9 -
CMYK 0 0.59 0.95 0.33
HSL 22.73º 0.9% 0.35% -
HSV(B) 22.73º 0.95% 0.67% -
XYZ 18.82 12.95 1.77 -
YUV 92.95 80.63 182.96 -
System Red Green Blue C M Y K H S L
Decimal 170 70 9 0 0.59 0.95 0.33 22.73 0.9 0.35
Hex AA 46 9 0 3B 5F 21 17 5A 23
Octal 252 106 11 0 73 137 41 27 132 43
Binary 10101010 1000110 1001 0 111011 1011111 100001 10111 1011010 100011

Color Harmonies of #AA4609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4609

Black with #AA4609

Text Example


Text Example

White with #AA4609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4609; }

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

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

background-color css

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

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

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

border-color css

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

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

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