#AE331E

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

Shades of Brown #AE331E

Tints of Brown #AE331E

Color information

#AE331E (or 0xAE331E) is unknown color: approx Brown. HEX triplet: AE, 33 and 1E. RGB value is (174,51,30). Sum of RGB (Red+Green+Blue) = 174+51+30=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE331E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE331E is #51CCE1. Grayscale: #555555. Windows color (decimal): -5360866 or 1979310. OLE color: 1979310.

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

Color convert

RGB1745130-
CMYK00.710.830.32
HSL8.75º70.59%40%-
HSV(B)8.75º82.76%68.24%-
XYZ18.8711.462.45-
YUV85.3896.75191.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.24%
GREEN value IS 51 (20.31% from 255) = 20%
BLUE value IS 30 (12.11% from 255) = 11.76%
R=68.24%
G=20%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174513000.710.830.328.7570.5940
HexAE331E047532094728
Octal25663360107123401110750
Binary101011101100111111001000111101001110000010011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE331E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE331E; }

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

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

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

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

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

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

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

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