Html Css Color HEX #AE552C Red Stage

📋 copy color: '#AE552C'

red 174 ◦ green 85 ◦ blue 44

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

Shades of Red Stage #AE552C

Tints of Red Stage #AE552C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.52%

R = 57.43%
G = 28.05%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE552C (or 0xAE552C) is known color: Red Stage. HEX triplet: AE, 55 and 2C. RGB value is (174,85,44). Sum of RGB (Red+Green+Blue) = 174+85+44=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE552C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE552C is #51AAD3. Grayscale: #6B6B6B. Windows color (decimal): -5352148 or 2905518. OLE color: 2905518.

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

Color convert

RGB 174 85 44 -
CMYK 0 0.51 0.75 0.32
HSL 18.92º 0.6% 0.43% -
HSV(B) 18.92º 0.75% 0.68% -
XYZ 21.16 15.68 4.29 -
YUV 106.94 92.49 175.83 -
System Red Green Blue C M Y K H S L
Decimal 174 85 44 0 0.51 0.75 0.32 18.92 0.6 0.43
Hex AE 55 2C 0 33 4B 20 13 3C 2B
Octal 256 125 54 0 63 113 40 23 74 53
Binary 10101110 1010101 101100 0 110011 1001011 100000 10011 111100 101011

Color Harmonies of #AE552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE552C

Black with #AE552C

Text Example


Text Example

White with #AE552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE552C; }

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

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

background-color css

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

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

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

border-color css

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

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

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