#AE2E2B

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

Shades of Brown #AE2E2B

Tints of Brown #AE2E2B

Color information

#AE2E2B (or 0xAE2E2B) is unknown color: approx Brown. HEX triplet: AE, 2E and 2B. RGB value is (174,46,43). Sum of RGB (Red+Green+Blue) = 174+46+43=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2E2B is #51D1D4. Grayscale: #545454. Windows color (decimal): -5362133 or 2829998. OLE color: 2829998.

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

Color convert

RGB1744643-
CMYK00.740.750.32
HSL1.37º60.37%42.55%-
HSV(B)1.37º75.29%68.24%-
XYZ18.8711.133.44-
YUV83.93104.91192.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 66.16%
GREEN value IS 46 (18.36% from 255) = 17.49%
BLUE value IS 43 (17.19% from 255) = 16.35%
R=66.16%
G=17.49%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174464300.740.750.321.3760.3742.55
HexAE2E2B04A4B2013c2b
Octal256565301121134017453
Binary101011101011101010110100101010010111000001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2E2B; }

 p { color: rgb(174,46,43); }

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

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

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

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

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

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

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