Html Css Color HEX #AA4C09 Rust

📋 copy color: '#AA4C09'

red 170 ◦ green 76 ◦ blue 9

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

Shades of Rust #AA4C09

Tints of Rust #AA4C09

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.8%

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

R = 66.67%
G = 29.8%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA4C09 (or 0xAA4C09) is known color: Rust. HEX triplet: AA, 4C and 09. RGB value is (170,76,9). Sum of RGB (Red+Green+Blue) = 170+76+9=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4C09 is #55B3F6. Grayscale: #606060. Windows color (decimal): -5616631 or 609450. OLE color: 609450.

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

Color convert

RGB 170 76 9 -
CMYK 0 0.55 0.95 0.33
HSL 24.97º 0.9% 0.35% -
HSV(B) 24.97º 0.95% 0.67% -
XYZ 19.21 13.73 1.9 -
YUV 96.47 78.64 180.45 -
System Red Green Blue C M Y K H S L
Decimal 170 76 9 0 0.55 0.95 0.33 24.97 0.9 0.35
Hex AA 4C 9 0 37 5F 21 19 5A 23
Octal 252 114 11 0 67 137 41 31 132 43
Binary 10101010 1001100 1001 0 110111 1011111 100001 11001 1011010 100011

Color Harmonies of #AA4C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4C09

Black with #AA4C09

Text Example


Text Example

White with #AA4C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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