Html Css Color HEX #AE555A Hippie Pink

📋 copy color: '#AE555A'

red 174 ◦ green 85 ◦ blue 90

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

Shades of Hippie Pink #AE555A

Tints of Hippie Pink #AE555A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.79%

R = 49.86%
G = 24.36%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE555A (or 0xAE555A) is known color: Hippie Pink. HEX triplet: AE, 55 and 5A. RGB value is (174,85,90). Sum of RGB (Red+Green+Blue) = 174+85+90=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE555A is #51AAA5. Grayscale: #707070. Windows color (decimal): -5352102 or 5920174. OLE color: 5920174.

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

Color convert

RGB 174 85 90 -
CMYK 0 0.51 0.48 0.32
HSL 356.63º 0.35% 0.51% -
HSV(B) 356.63º 0.51% 0.68% -
XYZ 22.55 16.23 11.62 -
YUV 112.18 115.49 172.09 -
System Red Green Blue C M Y K H S L
Decimal 174 85 90 0 0.51 0.48 0.32 356.63 0.35 0.51
Hex AE 55 5A 0 33 30 20 165 23 33
Octal 256 125 132 0 63 60 40 545 43 63
Binary 10101110 1010101 1011010 0 110011 110000 100000 101100101 100011 110011

Color Harmonies of #AE555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE555A

Black with #AE555A

Text Example


Text Example

White with #AE555A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE555A; }

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

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

background-color css

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

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

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

border-color css

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

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

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