Html Css Color HEX #AE5232 Red Stage

📋 copy color: '#AE5232'

red 174 ◦ green 82 ◦ blue 50

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

Shades of Red Stage #AE5232

Tints of Red Stage #AE5232

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.8%

 BLUE value IS 50 (19.92% from 255) = 16.34%

R = 56.86%
G = 26.8%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE5232 (or 0xAE5232) is known color: Red Stage. HEX triplet: AE, 52 and 32. RGB value is (174,82,50). Sum of RGB (Red+Green+Blue) = 174+82+50=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5232 is #51ADCD. Grayscale: #6A6A6A. Windows color (decimal): -5352910 or 3297966. OLE color: 3297966.

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

Color convert

RGB 174 82 50 -
CMYK 0 0.53 0.71 0.32
HSL 15.48º 0.55% 0.44% -
HSV(B) 15.48º 0.71% 0.68% -
XYZ 21.05 15.26 4.85 -
YUV 105.86 96.48 176.6 -
System Red Green Blue C M Y K H S L
Decimal 174 82 50 0 0.53 0.71 0.32 15.48 0.55 0.44
Hex AE 52 32 0 35 47 20 F 37 2C
Octal 256 122 62 0 65 107 40 17 67 54
Binary 10101110 1010010 110010 0 110101 1000111 100000 1111 110111 101100

Color Harmonies of #AE5232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5232

Black with #AE5232

Text Example


Text Example

White with #AE5232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5232; }

 p { color: rgb(174,82,50); }

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

background-color css

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

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

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

border-color css

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

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

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