Html Css Color HEX #AA4009 Rust

📋 copy color: '#AA4009'

red 170 ◦ green 64 ◦ blue 9

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

Shades of Rust #AA4009

Tints of Rust #AA4009

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.34%

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

R = 69.96%
G = 26.34%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA4009 (or 0xAA4009) is known color: Rust. HEX triplet: AA, 40 and 09. RGB value is (170,64,9). Sum of RGB (Red+Green+Blue) = 170+64+9=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4009 is #55BFF6. Grayscale: #595959. Windows color (decimal): -5619703 or 606378. OLE color: 606378.

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

Color convert

RGB 170 64 9 -
CMYK 0 0.62 0.95 0.33
HSL 20.5º 0.9% 0.35% -
HSV(B) 20.5º 0.95% 0.67% -
XYZ 18.46 12.23 1.65 -
YUV 89.42 82.62 185.47 -
System Red Green Blue C M Y K H S L
Decimal 170 64 9 0 0.62 0.95 0.33 20.5 0.9 0.35
Hex AA 40 9 0 3E 5F 21 14 5A 23
Octal 252 100 11 0 76 137 41 24 132 43
Binary 10101010 1000000 1001 0 111110 1011111 100001 10100 1011010 100011

Color Harmonies of #AA4009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4009

Black with #AA4009

Text Example


Text Example

White with #AA4009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4009; }

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

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

background-color css

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

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

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

border-color css

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

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

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