Html Css Color HEX #AE4255 Hippie Pink

📋 copy color: '#AE4255'

red 174 ◦ green 66 ◦ blue 85

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

Shades of Hippie Pink #AE4255

Tints of Hippie Pink #AE4255

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.31%

 BLUE value IS 85 (33.59% from 255) = 26.15%

R = 53.54%
G = 20.31%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE4255 (or 0xAE4255) is known color: Hippie Pink. HEX triplet: AE, 42 and 55. RGB value is (174,66,85). Sum of RGB (Red+Green+Blue) = 174+66+85=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4255 is #51BDAA. Grayscale: #646464. Windows color (decimal): -5356971 or 5587630. OLE color: 5587630.

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

Color convert

RGB 174 66 85 -
CMYK 0 0.62 0.51 0.32
HSL 349.44º 0.45% 0.47% -
HSV(B) 349.44º 0.62% 0.68% -
XYZ 21.04 13.55 10.1 -
YUV 100.46 119.28 180.46 -
System Red Green Blue C M Y K H S L
Decimal 174 66 85 0 0.62 0.51 0.32 349.44 0.45 0.47
Hex AE 42 55 0 3E 33 20 15D 2D 2F
Octal 256 102 125 0 76 63 40 535 55 57
Binary 10101110 1000010 1010101 0 111110 110011 100000 101011101 101101 101111

Color Harmonies of #AE4255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4255

Black with #AE4255

Text Example


Text Example

White with #AE4255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4255; }

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

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

background-color css

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

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

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

border-color css

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

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

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