Html Css Color HEX #AA3720 Brown

📋 copy color: '#AA3720'

red 170 ◦ green 55 ◦ blue 32

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

Shades of Brown #AA3720

Tints of Brown #AA3720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.45%

R = 66.15%
G = 21.4%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA3720 (or 0xAA3720) is known color: Brown. HEX triplet: AA, 37 and 20. RGB value is (170,55,32). Sum of RGB (Red+Green+Blue) = 170+55+32=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3720 is #55C8DF. Grayscale: #565656. Windows color (decimal): -5621984 or 2111402. OLE color: 2111402.

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

Color convert

RGB 170 55 32 -
CMYK 0 0.68 0.81 0.33
HSL 10º 0.68% 0.4% -
HSV(B) 10º 0.81% 0.67% -
XYZ 18.2 11.38 2.6 -
YUV 86.76 97.1 187.37 -
System Red Green Blue C M Y K H S L
Decimal 170 55 32 0 0.68 0.81 0.33 10 0.68 0.4
Hex AA 37 20 0 44 51 21 A 44 28
Octal 252 67 40 0 104 121 41 12 104 50
Binary 10101010 110111 100000 0 1000100 1010001 100001 1010 1000100 101000

Color Harmonies of #AA3720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3720

Black with #AA3720

Text Example


Text Example

White with #AA3720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3720; }

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

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

background-color css

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

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

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

border-color css

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

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

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