Html Css Color HEX #AA322C Brown

📋 copy color: '#AA322C'

red 170 ◦ green 50 ◦ blue 44

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

Shades of Brown #AA322C

Tints of Brown #AA322C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.94%

 BLUE value IS 44 (17.58% from 255) = 16.67%

R = 64.39%
G = 18.94%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA322C (or 0xAA322C) is known color: Brown. HEX triplet: AA, 32 and 2C. RGB value is (170,50,44). Sum of RGB (Red+Green+Blue) = 170+50+44=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA322C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA322C is #55CDD3. Grayscale: #555555. Windows color (decimal): -5623252 or 2896554. OLE color: 2896554.

HSL color Cylindrical-coordinate representation of color #AA322C: hue angle of 2.86º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA322C is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 50 44 -
CMYK 0 0.71 0.74 0.33
HSL 2.86º 0.59% 0.42% -
HSV(B) 2.86º 0.74% 0.67% -
XYZ 18.17 11.01 3.55 -
YUV 85.2 104.76 188.49 -
System Red Green Blue C M Y K H S L
Decimal 170 50 44 0 0.71 0.74 0.33 2.86 0.59 0.42
Hex AA 32 2C 0 47 4A 21 3 3B 2A
Octal 252 62 54 0 107 112 41 3 73 52
Binary 10101010 110010 101100 0 1000111 1001010 100001 11 111011 101010

Color Harmonies of #AA322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA322C

Black with #AA322C

Text Example


Text Example

White with #AA322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA322C; }

 p { color: rgb(170,50,44); }

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

background-color css

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

 a { background-color: rgb(170,50,44); }

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

border-color css

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

 span { border-color: rgb(170,50,44); }

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