#AE3030

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

Shades of Brown #AE3030

Tints of Brown #AE3030

Color information

#AE3030 (or 0xAE3030) is unknown color: approx Brown. HEX triplet: AE, 30 and 30. RGB value is (174,48,48). Sum of RGB (Red+Green+Blue) = 174+48+48=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3030 is #51CFCF. Grayscale: #555555. Windows color (decimal): -5361616 or 3158190. OLE color: 3158190.

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

Color convert

RGB1744848-
CMYK00.720.720.32
HSL56.76%43.53%-
HSV(B)72.41%68.24%-
XYZ19.0511.333.98-
YUV85.67106.74191-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.44%
GREEN value IS 48 (19.14% from 255) = 17.78%
BLUE value IS 48 (19.14% from 255) = 17.78%
R=64.44%
G=17.78%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174484800.720.720.32056.7643.53
HexAE303004848200392c
Octal256606001101104007154
Binary101011101100001100000100100010010001000000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3030; }

 p { color: rgb(174,48,48); }

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

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

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

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

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

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

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