Html Css Color HEX #AA3520 Brown

📋 copy color: '#AA3520'

red 170 ◦ green 53 ◦ blue 32

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

Shades of Brown #AA3520

Tints of Brown #AA3520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.78%

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

R = 66.67%
G = 20.78%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA3520 (or 0xAA3520) is known color: Brown. HEX triplet: AA, 35 and 20. RGB value is (170,53,32). Sum of RGB (Red+Green+Blue) = 170+53+32=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3520 is #55CADF. Grayscale: #555555. Windows color (decimal): -5622496 or 2110890. OLE color: 2110890.

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

Color convert

RGB 170 53 32 -
CMYK 0 0.69 0.81 0.33
HSL 9.13º 0.68% 0.4% -
HSV(B) 9.13º 0.81% 0.67% -
XYZ 18.11 11.2 2.57 -
YUV 85.59 97.76 188.21 -
System Red Green Blue C M Y K H S L
Decimal 170 53 32 0 0.69 0.81 0.33 9.13 0.68 0.4
Hex AA 35 20 0 45 51 21 9 44 28
Octal 252 65 40 0 105 121 41 11 104 50
Binary 10101010 110101 100000 0 1000101 1010001 100001 1001 1000100 101000

Color Harmonies of #AA3520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3520

Black with #AA3520

Text Example


Text Example

White with #AA3520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3520; }

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

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

background-color css

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

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

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

border-color css

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

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

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