Html Css Color HEX #AA4604 Rust

📋 copy color: '#AA4604'

red 170 ◦ green 70 ◦ blue 4

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

Shades of Rust #AA4604

Tints of Rust #AA4604

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.69%

 BLUE value IS 4 (1.95% from 255) = 1.64%

R = 69.67%
G = 28.69%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA4604 (or 0xAA4604) is known color: Rust. HEX triplet: AA, 46 and 04. RGB value is (170,70,4). Sum of RGB (Red+Green+Blue) = 170+70+4=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4604 is #55B9FB. Grayscale: #5C5C5C. Windows color (decimal): -5618172 or 280234. OLE color: 280234.

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

Color convert

RGB 170 70 4 -
CMYK 0 0.59 0.98 0.33
HSL 23.86º 0.95% 0.34% -
HSV(B) 23.86º 0.98% 0.67% -
XYZ 18.79 12.94 1.62 -
YUV 92.38 78.13 183.37 -
System Red Green Blue C M Y K H S L
Decimal 170 70 4 0 0.59 0.98 0.33 23.86 0.95 0.34
Hex AA 46 4 0 3B 62 21 18 5F 22
Octal 252 106 4 0 73 142 41 30 137 42
Binary 10101010 1000110 100 0 111011 1100010 100001 11000 1011111 100010

Color Harmonies of #AA4604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4604

Black with #AA4604

Text Example


Text Example

White with #AA4604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4604; }

 p { color: rgb(170,70,4); }

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

background-color css

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

 a { background-color: rgb(170,70,4); }

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

border-color css

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

 span { border-color: rgb(170,70,4); }

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