Html Css Color HEX #AA332C Brown

📋 copy color: '#AA332C'

red 170 ◦ green 51 ◦ blue 44

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

Shades of Brown #AA332C

Tints of Brown #AA332C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.25%

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

R = 64.15%
G = 19.25%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA332C (or 0xAA332C) is known color: Brown. HEX triplet: AA, 33 and 2C. RGB value is (170,51,44). Sum of RGB (Red+Green+Blue) = 170+51+44=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA332C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA332C is #55CCD3. Grayscale: #555555. Windows color (decimal): -5622996 or 2896810. OLE color: 2896810.

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

Color convert

RGB 170 51 44 -
CMYK 0 0.7 0.74 0.33
HSL 3.33º 0.59% 0.42% -
HSV(B) 3.33º 0.74% 0.67% -
XYZ 18.22 11.1 3.56 -
YUV 85.78 104.42 188.07 -
System Red Green Blue C M Y K H S L
Decimal 170 51 44 0 0.7 0.74 0.33 3.33 0.59 0.42
Hex AA 33 2C 0 46 4A 21 3 3B 2A
Octal 252 63 54 0 106 112 41 3 73 52
Binary 10101010 110011 101100 0 1000110 1001010 100001 11 111011 101010

Color Harmonies of #AA332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA332C

Black with #AA332C

Text Example


Text Example

White with #AA332C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA332C; }

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

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

background-color css

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

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

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

border-color css

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

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

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