Html Css Color HEX #AA3714 Rust

📋 copy color: '#AA3714'

red 170 ◦ green 55 ◦ blue 20

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

Shades of Rust #AA3714

Tints of Rust #AA3714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 69.39%
G = 22.45%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA3714 (or 0xAA3714) is known color: Rust. HEX triplet: AA, 37 and 14. RGB value is (170,55,20). Sum of RGB (Red+Green+Blue) = 170+55+20=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3714 is #55C8EB. Grayscale: #555555. Windows color (decimal): -5621996 or 1324970. OLE color: 1324970.

HSL color Cylindrical-coordinate representation of color #AA3714: hue angle of 14º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA3714 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 55 20 -
CMYK 0 0.68 0.88 0.33
HSL 14º 0.79% 0.37% -
HSV(B) 14º 0.88% 0.67% -
XYZ 18.07 11.33 1.9 -
YUV 85.4 91.1 188.35 -
System Red Green Blue C M Y K H S L
Decimal 170 55 20 0 0.68 0.88 0.33 14 0.79 0.37
Hex AA 37 14 0 44 58 21 E 4F 25
Octal 252 67 24 0 104 130 41 16 117 45
Binary 10101010 110111 10100 0 1000100 1011000 100001 1110 1001111 100101

Color Harmonies of #AA3714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3714

Black with #AA3714

Text Example


Text Example

White with #AA3714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3714; }

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

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

background-color css

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

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

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

border-color css

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

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

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