Html Css Color HEX #AE4454 Hippie Pink

📋 copy color: '#AE4454'

red 174 ◦ green 68 ◦ blue 84

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

Shades of Hippie Pink #AE4454

Tints of Hippie Pink #AE4454

RGB

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

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

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

R = 53.37%
G = 20.86%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AE4454 (or 0xAE4454) is known color: Hippie Pink. HEX triplet: AE, 44 and 54. RGB value is (174,68,84). Sum of RGB (Red+Green+Blue) = 174+68+84=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4454 is #51BBAB. Grayscale: #656565. Windows color (decimal): -5356460 or 5522606. OLE color: 5522606.

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

Color convert

RGB 174 68 84 -
CMYK 0 0.61 0.52 0.32
HSL 350.94º 0.44% 0.47% -
HSV(B) 350.94º 0.61% 0.68% -
XYZ 21.12 13.77 9.93 -
YUV 101.52 118.12 179.7 -
System Red Green Blue C M Y K H S L
Decimal 174 68 84 0 0.61 0.52 0.32 350.94 0.44 0.47
Hex AE 44 54 0 3D 34 20 15F 2C 2F
Octal 256 104 124 0 75 64 40 537 54 57
Binary 10101110 1000100 1010100 0 111101 110100 100000 101011111 101100 101111

Color Harmonies of #AE4454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4454

Black with #AE4454

Text Example


Text Example

White with #AE4454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4454; }

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

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

background-color css

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

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

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

border-color css

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

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

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