Html Css Color HEX #AA3704 Rust

📋 copy color: '#AA3704'

red 170 ◦ green 55 ◦ blue 4

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

Shades of Rust #AA3704

Tints of Rust #AA3704

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.02%

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

R = 74.24%
G = 24.02%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA3704 (or 0xAA3704) is known color: Rust. HEX triplet: AA, 37 and 04. RGB value is (170,55,4). Sum of RGB (Red+Green+Blue) = 170+55+4=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3704 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3704 is #55C8FB. Grayscale: #535353. Windows color (decimal): -5622012 or 276394. OLE color: 276394.

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

Color convert

RGB 170 55 4 -
CMYK 0 0.68 0.98 0.33
HSL 18.43º 0.95% 0.34% -
HSV(B) 18.43º 0.98% 0.67% -
XYZ 17.97 11.29 1.35 -
YUV 83.57 83.1 189.65 -
System Red Green Blue C M Y K H S L
Decimal 170 55 4 0 0.68 0.98 0.33 18.43 0.95 0.34
Hex AA 37 4 0 44 62 21 12 5F 22
Octal 252 67 4 0 104 142 41 22 137 42
Binary 10101010 110111 100 0 1000100 1100010 100001 10010 1011111 100010

Color Harmonies of #AA3704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3704

Black with #AA3704

Text Example


Text Example

White with #AA3704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3704; }

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

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

background-color css

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

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

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

border-color css

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

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

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