Html Css Color HEX #AE5455 Hippie Pink

📋 copy color: '#AE5455'

red 174 ◦ green 84 ◦ blue 85

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

Shades of Hippie Pink #AE5455

Tints of Hippie Pink #AE5455

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.49%

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

R = 50.73%
G = 24.49%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE5455 (or 0xAE5455) is known color: Hippie Pink. HEX triplet: AE, 54 and 55. RGB value is (174,84,85). Sum of RGB (Red+Green+Blue) = 174+84+85=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5455 is #51ABAA. Grayscale: #6F6F6F. Windows color (decimal): -5352363 or 5592238. OLE color: 5592238.

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

Color convert

RGB 174 84 85 -
CMYK 0 0.52 0.51 0.32
HSL 359.33º 0.36% 0.51% -
HSV(B) 359.33º 0.52% 0.68% -
XYZ 22.27 16 10.51 -
YUV 111.02 113.32 172.92 -
System Red Green Blue C M Y K H S L
Decimal 174 84 85 0 0.52 0.51 0.32 359.33 0.36 0.51
Hex AE 54 55 0 34 33 20 167 24 33
Octal 256 124 125 0 64 63 40 547 44 63
Binary 10101110 1010100 1010101 0 110100 110011 100000 101100111 100100 110011

Color Harmonies of #AE5455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5455

Black with #AE5455

Text Example


Text Example

White with #AE5455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5455; }

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

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

background-color css

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

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

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

border-color css

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

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

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