#AE332C

Color #AE332C Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #AE332C

Tints of Brown #AE332C

Color information

#AE332C (or 0xAE332C) is unknown color: approx Brown. HEX triplet: AE, 33 and 2C. RGB value is (174,51,44). Sum of RGB (Red+Green+Blue) = 174+51+44=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE332C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE332C is #51CCD3. Grayscale: #575757. Windows color (decimal): -5360852 or 2896814. OLE color: 2896814.

HSL color Cylindrical-coordinate representation of color #AE332C: hue angle of 3.23º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE332C is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB1745144-
CMYK00.710.750.32
HSL3.23º59.63%42.75%-
HSV(B)3.23º74.71%68.24%-
XYZ19.0911.553.61-
YUV86.98103.75190.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.68%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 44 (17.58% from 255) = 16.36%
R=64.68%
G=18.96%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174514400.710.750.323.2359.6342.75
HexAE332C0474B2033c2b
Octal256635401071134037453
Binary1010111011001110110001000111100101110000011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE332C; }

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

 H1.HeaderClassName
 {
   color: #AE332C;
 }
 .AnyTagClassName
 {
   color: #AE332C;
 }
</style>
background-color css

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

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

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

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

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

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