#AE3425

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

Shades of Brown #AE3425

Tints of Brown #AE3425

Color information

#AE3425 (or 0xAE3425) is unknown color: approx Brown. HEX triplet: AE, 34 and 25. RGB value is (174,52,37). Sum of RGB (Red+Green+Blue) = 174+52+37=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3425 is #51CBDA. Grayscale: #565656. Windows color (decimal): -5360603 or 2438318. OLE color: 2438318.

HSL color Cylindrical-coordinate representation of color #AE3425: hue angle of 6.57º 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 #AE3425 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB1745237-
CMYK00.700.790.32
HSL6.57º64.93%41.37%-
HSV(B)6.57º78.74%68.24%-
XYZ19.0211.592.98-
YUV86.7799.92190.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 66.16%
GREEN value IS 52 (20.70% from 255) = 19.77%
BLUE value IS 37 (14.84% from 255) = 14.07%
R=66.16%
G=19.77%
B=14.07%

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
Decimal174523700.700.790.326.5764.9341.37
HexAE34250464F2074129
Octal2566445010611740710151
Binary101011101101001001010100011010011111000001111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3425; }

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

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

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

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

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

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

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

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