Html Css Color HEX #AE555D Hippie Pink

📋 copy color: '#AE555D'

red 174 ◦ green 85 ◦ blue 93

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

Shades of Hippie Pink #AE555D

Tints of Hippie Pink #AE555D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.42%

R = 49.43%
G = 24.15%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE555D (or 0xAE555D) is known color: Hippie Pink. HEX triplet: AE, 55 and 5D. RGB value is (174,85,93). Sum of RGB (Red+Green+Blue) = 174+85+93=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE555D is #51AAA2. Grayscale: #707070. Windows color (decimal): -5352099 or 6116782. OLE color: 6116782.

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

Color convert

RGB 174 85 93 -
CMYK 0 0.51 0.47 0.32
HSL 354.61º 0.35% 0.51% -
HSV(B) 354.61º 0.51% 0.68% -
XYZ 22.68 16.29 12.3 -
YUV 112.52 116.99 171.85 -
System Red Green Blue C M Y K H S L
Decimal 174 85 93 0 0.51 0.47 0.32 354.61 0.35 0.51
Hex AE 55 5D 0 33 2F 20 163 23 33
Octal 256 125 135 0 63 57 40 543 43 63
Binary 10101110 1010101 1011101 0 110011 101111 100000 101100011 100011 110011

Color Harmonies of #AE555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE555D

Black with #AE555D

Text Example


Text Example

White with #AE555D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE555D; }

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

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

background-color css

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

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

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

border-color css

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

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

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