Html Css Color HEX #AE5133 Red Stage

📋 copy color: '#AE5133'

red 174 ◦ green 81 ◦ blue 51

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

Shades of Red Stage #AE5133

Tints of Red Stage #AE5133

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.47%

 BLUE value IS 51 (20.31% from 255) = 16.67%

R = 56.86%
G = 26.47%
B = 16.67%

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

#AE5133 (or 0xAE5133) is known color: Red Stage. HEX triplet: AE, 51 and 33. RGB value is (174,81,51). Sum of RGB (Red+Green+Blue) = 174+81+51=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5133 is #51AECC. Grayscale: #696969. Windows color (decimal): -5353165 or 3363246. OLE color: 3363246.

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

Color convert

RGB 174 81 51 -
CMYK 0 0.53 0.71 0.32
HSL 14.63º 0.55% 0.44% -
HSV(B) 14.63º 0.71% 0.68% -
XYZ 21 15.12 4.94 -
YUV 105.39 97.31 176.94 -
System Red Green Blue C M Y K H S L
Decimal 174 81 51 0 0.53 0.71 0.32 14.63 0.55 0.44
Hex AE 51 33 0 35 47 20 F 37 2C
Octal 256 121 63 0 65 107 40 17 67 54
Binary 10101110 1010001 110011 0 110101 1000111 100000 1111 110111 101100

Color Harmonies of #AE5133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5133

Black with #AE5133

Text Example


Text Example

White with #AE5133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5133; }

 p { color: rgb(174,81,51); }

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

background-color css

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

 a { background-color: rgb(174,81,51); }

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

border-color css

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

 span { border-color: rgb(174,81,51); }

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