Html Css Color HEX #AE4460 Hippie Pink

📋 copy color: '#AE4460'

red 174 ◦ green 68 ◦ blue 96

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

Shades of Hippie Pink #AE4460

Tints of Hippie Pink #AE4460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.12%

 BLUE value IS 96 (37.89% from 255) = 28.4%

R = 51.48%
G = 20.12%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE4460 (or 0xAE4460) is known color: Hippie Pink. HEX triplet: AE, 44 and 60. RGB value is (174,68,96). Sum of RGB (Red+Green+Blue) = 174+68+96=338 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.48% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4460 is #51BB9F. Grayscale: #666666. Windows color (decimal): -5356448 or 6309038. OLE color: 6309038.

HSL color Cylindrical-coordinate representation of color #AE4460: hue angle of 344.15º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE4460 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 68 96 -
CMYK 0 0.61 0.45 0.32
HSL 344.15º 0.44% 0.47% -
HSV(B) 344.15º 0.61% 0.68% -
XYZ 21.63 13.98 12.62 -
YUV 102.89 124.12 178.72 -
System Red Green Blue C M Y K H S L
Decimal 174 68 96 0 0.61 0.45 0.32 344.15 0.44 0.47
Hex AE 44 60 0 3D 2D 20 158 2C 2F
Octal 256 104 140 0 75 55 40 530 54 57
Binary 10101110 1000100 1100000 0 111101 101101 100000 101011000 101100 101111

Color Harmonies of #AE4460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4460

Black with #AE4460

Text Example


Text Example

White with #AE4460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4460; }

 p { color: rgb(174,68,96); }

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

background-color css

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

 a { background-color: rgb(174,68,96); }

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

border-color css

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

 span { border-color: rgb(174,68,96); }

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