Html Css Color HEX #AE552B Red Stage

📋 copy color: '#AE552B'

red 174 ◦ green 85 ◦ blue 43

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

Shades of Red Stage #AE552B

Tints of Red Stage #AE552B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.24%

R = 57.62%
G = 28.15%
B = 14.24%

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

#AE552B (or 0xAE552B) is known color: Red Stage. HEX triplet: AE, 55 and 2B. RGB value is (174,85,43). Sum of RGB (Red+Green+Blue) = 174+85+43=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE552B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE552B is #51AAD4. Grayscale: #6B6B6B. Windows color (decimal): -5352149 or 2839982. OLE color: 2839982.

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

Color convert

RGB 174 85 43 -
CMYK 0 0.51 0.75 0.32
HSL 19.24º 0.6% 0.43% -
HSV(B) 19.24º 0.75% 0.68% -
XYZ 21.14 15.67 4.2 -
YUV 106.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 174 85 43 0 0.51 0.75 0.32 19.24 0.6 0.43
Hex AE 55 2B 0 33 4B 20 13 3C 2B
Octal 256 125 53 0 63 113 40 23 74 53
Binary 10101110 1010101 101011 0 110011 1001011 100000 10011 111100 101011

Color Harmonies of #AE552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE552B

Black with #AE552B

Text Example


Text Example

White with #AE552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE552B; }

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

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

background-color css

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

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

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

border-color css

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

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

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