Html Css Color HEX #AA322D Brown

📋 copy color: '#AA322D'

red 170 ◦ green 50 ◦ blue 45

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

Shades of Brown #AA322D

Tints of Brown #AA322D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.98%

R = 64.15%
G = 18.87%
B = 16.98%

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

#AA322D (or 0xAA322D) is known color: Brown. HEX triplet: AA, 32 and 2D. RGB value is (170,50,45). Sum of RGB (Red+Green+Blue) = 170+50+45=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA322D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA322D is #55CDD2. Grayscale: #555555. Windows color (decimal): -5623251 or 2962090. OLE color: 2962090.

HSL color Cylindrical-coordinate representation of color #AA322D: hue angle of 2.4º degrees, saturation: 0.58, 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 #AA322D is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 50 45 -
CMYK 0 0.71 0.74 0.33
HSL 2.4º 0.58% 0.42% -
HSV(B) 2.4º 0.74% 0.67% -
XYZ 18.19 11.02 3.65 -
YUV 85.31 105.26 188.41 -
System Red Green Blue C M Y K H S L
Decimal 170 50 45 0 0.71 0.74 0.33 2.4 0.58 0.42
Hex AA 32 2D 0 47 4A 21 2 3A 2A
Octal 252 62 55 0 107 112 41 2 72 52
Binary 10101010 110010 101101 0 1000111 1001010 100001 10 111010 101010

Color Harmonies of #AA322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA322D

Black with #AA322D

Text Example


Text Example

White with #AA322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA322D; }

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

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

background-color css

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

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

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

border-color css

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

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

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