Html Css Color HEX #AE4054 Hippie Pink

📋 copy color: '#AE4054'

red 174 ◦ green 64 ◦ blue 84

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

Shades of Hippie Pink #AE4054

Tints of Hippie Pink #AE4054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.88%

 BLUE value IS 84 (33.2% from 255) = 26.09%

R = 54.04%
G = 19.88%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AE4054 (or 0xAE4054) is known color: Hippie Pink. HEX triplet: AE, 40 and 54. RGB value is (174,64,84). Sum of RGB (Red+Green+Blue) = 174+64+84=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4054 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4054 is #51BFAB. Grayscale: #636363. Windows color (decimal): -5357484 or 5521582. OLE color: 5521582.

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

Color convert

RGB 174 64 84 -
CMYK 0 0.63 0.52 0.32
HSL 349.09º 0.46% 0.47% -
HSV(B) 349.09º 0.63% 0.68% -
XYZ 20.89 13.31 9.85 -
YUV 99.17 119.44 181.37 -
System Red Green Blue C M Y K H S L
Decimal 174 64 84 0 0.63 0.52 0.32 349.09 0.46 0.47
Hex AE 40 54 0 3F 34 20 15D 2E 2F
Octal 256 100 124 0 77 64 40 535 56 57
Binary 10101110 1000000 1010100 0 111111 110100 100000 101011101 101110 101111

Color Harmonies of #AE4054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4054

Black with #AE4054

Text Example


Text Example

White with #AE4054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4054; }

 p { color: rgb(174,64,84); }

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

background-color css

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

 a { background-color: rgb(174,64,84); }

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

border-color css

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

 span { border-color: rgb(174,64,84); }

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