Html Css Color HEX #AA332F Brown

📋 copy color: '#AA332F'

red 170 ◦ green 51 ◦ blue 47

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

Shades of Brown #AA332F

Tints of Brown #AA332F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.54%

R = 63.43%
G = 19.03%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA332F (or 0xAA332F) is known color: Brown. HEX triplet: AA, 33 and 2F. RGB value is (170,51,47). Sum of RGB (Red+Green+Blue) = 170+51+47=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA332F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA332F is #55CCD0. Grayscale: #565656. Windows color (decimal): -5622993 or 3093418. OLE color: 3093418.

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

Color convert

RGB 170 51 47 -
CMYK 0 0.7 0.72 0.33
HSL 1.95º 0.57% 0.43% -
HSV(B) 1.95º 0.72% 0.67% -
XYZ 18.27 11.12 3.87 -
YUV 86.13 105.92 187.83 -
System Red Green Blue C M Y K H S L
Decimal 170 51 47 0 0.7 0.72 0.33 1.95 0.57 0.43
Hex AA 33 2F 0 46 48 21 2 39 2B
Octal 252 63 57 0 106 110 41 2 71 53
Binary 10101010 110011 101111 0 1000110 1001000 100001 10 111001 101011

Color Harmonies of #AA332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA332F

Black with #AA332F

Text Example


Text Example

White with #AA332F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA332F; }

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

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

background-color css

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

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

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

border-color css

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

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

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