Html Css Color HEX #AA4505 Rust

📋 copy color: '#AA4505'

red 170 ◦ green 69 ◦ blue 5

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

Shades of Rust #AA4505

Tints of Rust #AA4505

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.28%

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

R = 69.67%
G = 28.28%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA4505 (or 0xAA4505) is known color: Rust. HEX triplet: AA, 45 and 05. RGB value is (170,69,5). Sum of RGB (Red+Green+Blue) = 170+69+5=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4505 is #55BAFA. Grayscale: #5C5C5C. Windows color (decimal): -5618427 or 345514. OLE color: 345514.

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

Color convert

RGB 170 69 5 -
CMYK 0 0.59 0.97 0.33
HSL 23.27º 0.94% 0.34% -
HSV(B) 23.27º 0.97% 0.67% -
XYZ 18.73 12.81 1.63 -
YUV 91.9 78.96 183.7 -
System Red Green Blue C M Y K H S L
Decimal 170 69 5 0 0.59 0.97 0.33 23.27 0.94 0.34
Hex AA 45 5 0 3B 61 21 17 5E 22
Octal 252 105 5 0 73 141 41 27 136 42
Binary 10101010 1000101 101 0 111011 1100001 100001 10111 1011110 100010

Color Harmonies of #AA4505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4505

Black with #AA4505

Text Example


Text Example

White with #AA4505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4505; }

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

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

background-color css

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

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

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

border-color css

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

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

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