Html Css Color HEX #AE2C29 Brown

📋 copy color: '#AE2C29'

red 174 ◦ green 44 ◦ blue 41

#AE2C29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown #AE2C29

Tints of Brown #AE2C29

RGB

 RED value IS 174 (68.36% from 255) = 67.18%

 GREEN value IS 44 (17.58% from 255) = 16.99%

 BLUE value IS 41 (16.41% from 255) = 15.83%

R = 67.18%
G = 16.99%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE2C29 (or 0xAE2C29) is known color: Brown. HEX triplet: AE, 2C and 29. RGB value is (174,44,41). Sum of RGB (Red+Green+Blue) = 174+44+41=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2C29 is #51D3D6. Grayscale: #525252. Windows color (decimal): -5362647 or 2698414. OLE color: 2698414.

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

Color convert

RGB 174 44 41 -
CMYK 0 0.75 0.76 0.32
HSL 1.35º 0.62% 0.42% -
HSV(B) 1.35º 0.76% 0.68% -
XYZ 18.76 10.96 3.22 -
YUV 82.53 104.57 193.24 -
System Red Green Blue C M Y K H S L
Decimal 174 44 41 0 0.75 0.76 0.32 1.35 0.62 0.42
Hex AE 2C 29 0 4B 4C 20 1 3E 2A
Octal 256 54 51 0 113 114 40 1 76 52
Binary 10101110 101100 101001 0 1001011 1001100 100000 1 111110 101010

Color Harmonies of #AE2C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2C29

Black with #AE2C29

Text Example


Text Example

White with #AE2C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2C29; }

 p { color: rgb(174,44,41); }

 H1.HeaderClassName
 {
   color: #AE2C29;
 }
 .AnyTagClassName
 {
   color: #AE2C29;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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