#AE3120

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

Shades of Brown #AE3120

Tints of Brown #AE3120

Color information

#AE3120 (or 0xAE3120) is unknown color: approx Brown. HEX triplet: AE, 31 and 20. RGB value is (174,49,32). Sum of RGB (Red+Green+Blue) = 174+49+32=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3120 is #51CEDF. Grayscale: #545454. Windows color (decimal): -5361376 or 2109870. OLE color: 2109870.

HSL color Cylindrical-coordinate representation of color #AE3120: hue angle of 7.18º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE3120 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB1744932-
CMYK00.720.820.32
HSL7.18º68.93%40.39%-
HSV(B)7.18º81.61%68.24%-
XYZ18.8111.32.56-
YUV84.4498.41191.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.24%
GREEN value IS 49 (19.53% from 255) = 19.22%
BLUE value IS 32 (12.89% from 255) = 12.55%
R=68.24%
G=19.22%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174493200.720.820.327.1868.9340.39
HexAE3120048522074528
Octal2566140011012240710550
Binary101011101100011000000100100010100101000001111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3120; }

 p { color: rgb(174,49,32); }

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

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

 a { background-color: rgb(174,49,32); }

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

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

 span { border-color: rgb(174,49,32); }

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