#AE3525

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

Shades of Brown #AE3525

Tints of Brown #AE3525

Color information

#AE3525 (or 0xAE3525) is unknown color: approx Brown. HEX triplet: AE, 35 and 25. RGB value is (174,53,37). Sum of RGB (Red+Green+Blue) = 174+53+37=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3525 is #51CADA. Grayscale: #575757. Windows color (decimal): -5360347 or 2438574. OLE color: 2438574.

HSL color Cylindrical-coordinate representation of color #AE3525: hue angle of 7.01º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE3525 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB1745337-
CMYK00.700.790.32
HSL7.01º64.93%41.37%-
HSV(B)7.01º78.74%68.24%-
XYZ19.0611.683-
YUV87.3699.59189.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.91%
GREEN value IS 53 (21.09% from 255) = 20.08%
BLUE value IS 37 (14.84% from 255) = 14.02%
R=65.91%
G=20.08%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174533700.700.790.327.0164.9341.37
HexAE35250464F2074129
Octal2566545010611740710151
Binary101011101101011001010100011010011111000001111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3525; }

 p { color: rgb(174,53,37); }

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

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

 a { background-color: rgb(174,53,37); }

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

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

 span { border-color: rgb(174,53,37); }

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