Html Css Color HEX #AE555E Hippie Pink

📋 copy color: '#AE555E'

red 174 ◦ green 85 ◦ blue 94

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

Shades of Hippie Pink #AE555E

Tints of Hippie Pink #AE555E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.63%

R = 49.29%
G = 24.08%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE555E (or 0xAE555E) is known color: Hippie Pink. HEX triplet: AE, 55 and 5E. RGB value is (174,85,94). Sum of RGB (Red+Green+Blue) = 174+85+94=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE555E is #51AAA1. Grayscale: #707070. Windows color (decimal): -5352098 or 6182318. OLE color: 6182318.

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

Color convert

RGB 174 85 94 -
CMYK 0 0.51 0.46 0.32
HSL 353.93º 0.35% 0.51% -
HSV(B) 353.93º 0.51% 0.68% -
XYZ 22.72 16.3 12.54 -
YUV 112.64 117.49 171.77 -
System Red Green Blue C M Y K H S L
Decimal 174 85 94 0 0.51 0.46 0.32 353.93 0.35 0.51
Hex AE 55 5E 0 33 2E 20 162 23 33
Octal 256 125 136 0 63 56 40 542 43 63
Binary 10101110 1010101 1011110 0 110011 101110 100000 101100010 100011 110011

Color Harmonies of #AE555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE555E

Black with #AE555E

Text Example


Text Example

White with #AE555E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE555E; }

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

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

background-color css

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

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

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

border-color css

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

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

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