Html Css Color HEX #AE552E Red Stage

📋 copy color: '#AE552E'

red 174 ◦ green 85 ◦ blue 46

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

Shades of Red Stage #AE552E

Tints of Red Stage #AE552E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.87%

 BLUE value IS 46 (18.36% from 255) = 15.08%

R = 57.05%
G = 27.87%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE552E (or 0xAE552E) is known color: Red Stage. HEX triplet: AE, 55 and 2E. RGB value is (174,85,46). Sum of RGB (Red+Green+Blue) = 174+85+46=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE552E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE552E is #51AAD1. Grayscale: #6B6B6B. Windows color (decimal): -5352146 or 3036590. OLE color: 3036590.

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

Color convert

RGB 174 85 46 -
CMYK 0 0.51 0.74 0.32
HSL 18.28º 0.58% 0.43% -
HSV(B) 18.28º 0.74% 0.68% -
XYZ 21.2 15.69 4.5 -
YUV 107.17 93.49 175.67 -
System Red Green Blue C M Y K H S L
Decimal 174 85 46 0 0.51 0.74 0.32 18.28 0.58 0.43
Hex AE 55 2E 0 33 4A 20 12 3A 2B
Octal 256 125 56 0 63 112 40 22 72 53
Binary 10101110 1010101 101110 0 110011 1001010 100000 10010 111010 101011

Color Harmonies of #AE552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE552E

Black with #AE552E

Text Example


Text Example

White with #AE552E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE552E; }

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

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

background-color css

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

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

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

border-color css

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

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

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