Html Css Color HEX #AA4809 Rust

📋 copy color: '#AA4809'

red 170 ◦ green 72 ◦ blue 9

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

Shades of Rust #AA4809

Tints of Rust #AA4809

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.69%

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

R = 67.73%
G = 28.69%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA4809 (or 0xAA4809) is known color: Rust. HEX triplet: AA, 48 and 09. RGB value is (170,72,9). Sum of RGB (Red+Green+Blue) = 170+72+9=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4809 is #55B7F6. Grayscale: #5E5E5E. Windows color (decimal): -5617655 or 608426. OLE color: 608426.

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

Color convert

RGB 170 72 9 -
CMYK 0 0.58 0.95 0.33
HSL 23.48º 0.9% 0.35% -
HSV(B) 23.48º 0.95% 0.67% -
XYZ 18.94 13.2 1.81 -
YUV 94.12 79.97 182.12 -
System Red Green Blue C M Y K H S L
Decimal 170 72 9 0 0.58 0.95 0.33 23.48 0.9 0.35
Hex AA 48 9 0 3A 5F 21 17 5A 23
Octal 252 110 11 0 72 137 41 27 132 43
Binary 10101010 1001000 1001 0 111010 1011111 100001 10111 1011010 100011

Color Harmonies of #AA4809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4809

Black with #AA4809

Text Example


Text Example

White with #AA4809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4809; }

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

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

background-color css

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

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

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

border-color css

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

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

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