Html Css Color HEX #AE565C Hippie Pink

📋 copy color: '#AE565C'

red 174 ◦ green 86 ◦ blue 92

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

Shades of Hippie Pink #AE565C

Tints of Hippie Pink #AE565C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.43%

 BLUE value IS 92 (36.33% from 255) = 26.14%

R = 49.43%
G = 24.43%
B = 26.14%

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

#AE565C (or 0xAE565C) is known color: Hippie Pink. HEX triplet: AE, 56 and 5C. RGB value is (174,86,92). Sum of RGB (Red+Green+Blue) = 174+86+92=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE565C is #51A9A3. Grayscale: #717171. Windows color (decimal): -5351844 or 6051502. OLE color: 6051502.

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

Color convert

RGB 174 86 92 -
CMYK 0 0.51 0.47 0.32
HSL 355.91º 0.35% 0.51% -
HSV(B) 355.91º 0.51% 0.68% -
XYZ 22.72 16.43 12.1 -
YUV 113 116.15 171.51 -
System Red Green Blue C M Y K H S L
Decimal 174 86 92 0 0.51 0.47 0.32 355.91 0.35 0.51
Hex AE 56 5C 0 33 2F 20 164 23 33
Octal 256 126 134 0 63 57 40 544 43 63
Binary 10101110 1010110 1011100 0 110011 101111 100000 101100100 100011 110011

Color Harmonies of #AE565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE565C

Black with #AE565C

Text Example


Text Example

White with #AE565C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE565C; }

 p { color: rgb(174,86,92); }

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

background-color css

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

 a { background-color: rgb(174,86,92); }

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

border-color css

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

 span { border-color: rgb(174,86,92); }

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