Html Css Color HEX #AA332A Brown

📋 copy color: '#AA332A'

red 170 ◦ green 51 ◦ blue 42

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

Shades of Brown #AA332A

Tints of Brown #AA332A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.97%

R = 64.64%
G = 19.39%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA332A (or 0xAA332A) is known color: Brown. HEX triplet: AA, 33 and 2A. RGB value is (170,51,42). Sum of RGB (Red+Green+Blue) = 170+51+42=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA332A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA332A is #55CCD5. Grayscale: #555555. Windows color (decimal): -5622998 or 2765738. OLE color: 2765738.

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

Color convert

RGB 170 51 42 -
CMYK 0 0.7 0.75 0.33
HSL 4.22º 0.6% 0.42% -
HSV(B) 4.22º 0.75% 0.67% -
XYZ 18.18 11.08 3.37 -
YUV 85.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 170 51 42 0 0.7 0.75 0.33 4.22 0.6 0.42
Hex AA 33 2A 0 46 4B 21 4 3C 2A
Octal 252 63 52 0 106 113 41 4 74 52
Binary 10101010 110011 101010 0 1000110 1001011 100001 100 111100 101010

Color Harmonies of #AA332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA332A

Black with #AA332A

Text Example


Text Example

White with #AA332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA332A; }

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

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

background-color css

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

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

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

border-color css

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

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

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