#AE2B2B

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

Shades of Brown #AE2B2B

Tints of Brown #AE2B2B

Color information

#AE2B2B (or 0xAE2B2B) is unknown color: approx Brown. HEX triplet: AE, 2B and 2B. RGB value is (174,43,43). Sum of RGB (Red+Green+Blue) = 174+43+43=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2B2B is #51D4D4. Grayscale: #525252. Windows color (decimal): -5362901 or 2829230. OLE color: 2829230.

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

Color convert

RGB1744343-
CMYK00.750.750.32
HSL60.37%42.55%-
HSV(B)75.29%68.24%-
XYZ18.7610.93.4-
YUV82.17105.9193.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 66.92%
GREEN value IS 43 (17.19% from 255) = 16.54%
BLUE value IS 43 (17.19% from 255) = 16.54%
R=66.92%
G=16.54%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174434300.750.750.32060.3742.55
HexAE2B2B04B4B2003c2b
Octal256535301131134007453
Binary101011101010111010110100101110010111000000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2B2B; }

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

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

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

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

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

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

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

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