Html Css Color HEX #AA4704 Rust

📋 copy color: '#AA4704'

red 170 ◦ green 71 ◦ blue 4

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

Shades of Rust #AA4704

Tints of Rust #AA4704

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.98%

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

R = 69.39%
G = 28.98%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA4704 (or 0xAA4704) is known color: Rust. HEX triplet: AA, 47 and 04. RGB value is (170,71,4). Sum of RGB (Red+Green+Blue) = 170+71+4=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4704 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4704 is #55B8FB. Grayscale: #5D5D5D. Windows color (decimal): -5617916 or 280490. OLE color: 280490.

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

Color convert

RGB 170 71 4 -
CMYK 0 0.58 0.98 0.33
HSL 24.22º 0.95% 0.34% -
HSV(B) 24.22º 0.98% 0.67% -
XYZ 18.85 13.06 1.64 -
YUV 92.96 77.8 182.95 -
System Red Green Blue C M Y K H S L
Decimal 170 71 4 0 0.58 0.98 0.33 24.22 0.95 0.34
Hex AA 47 4 0 3A 62 21 18 5F 22
Octal 252 107 4 0 72 142 41 30 137 42
Binary 10101010 1000111 100 0 111010 1100010 100001 11000 1011111 100010

Color Harmonies of #AA4704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4704

Black with #AA4704

Text Example


Text Example

White with #AA4704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4704; }

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

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

background-color css

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

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

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

border-color css

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

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

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