Html Css Color HEX #AA4405 Rust

📋 copy color: '#AA4405'

red 170 ◦ green 68 ◦ blue 5

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

Shades of Rust #AA4405

Tints of Rust #AA4405

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.98%

 BLUE value IS 5 (2.34% from 255) = 2.06%

R = 69.96%
G = 27.98%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA4405 (or 0xAA4405) is known color: Rust. HEX triplet: AA, 44 and 05. RGB value is (170,68,5). Sum of RGB (Red+Green+Blue) = 170+68+5=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4405 is #55BBFA. Grayscale: #5B5B5B. Windows color (decimal): -5618683 or 345258. OLE color: 345258.

HSL color Cylindrical-coordinate representation of color #AA4405: hue angle of 22.91º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA4405 is Cyan = 0, Magento = 0.6, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 68 5 -
CMYK 0 0.6 0.97 0.33
HSL 22.91º 0.94% 0.34% -
HSV(B) 22.91º 0.97% 0.67% -
XYZ 18.67 12.69 1.61 -
YUV 91.32 79.29 184.12 -
System Red Green Blue C M Y K H S L
Decimal 170 68 5 0 0.6 0.97 0.33 22.91 0.94 0.34
Hex AA 44 5 0 3C 61 21 17 5E 22
Octal 252 104 5 0 74 141 41 27 136 42
Binary 10101010 1000100 101 0 111100 1100001 100001 10111 1011110 100010

Color Harmonies of #AA4405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4405

Black with #AA4405

Text Example


Text Example

White with #AA4405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4405; }

 p { color: rgb(170,68,5); }

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

background-color css

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

 a { background-color: rgb(170,68,5); }

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

border-color css

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

 span { border-color: rgb(170,68,5); }

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