Html Css Color HEX #AE545C Hippie Pink

📋 copy color: '#AE545C'

red 174 ◦ green 84 ◦ blue 92

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

Shades of Hippie Pink #AE545C

Tints of Hippie Pink #AE545C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 49.71%
G = 24%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE545C (or 0xAE545C) is known color: Hippie Pink. HEX triplet: AE, 54 and 5C. RGB value is (174,84,92). Sum of RGB (Red+Green+Blue) = 174+84+92=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE545C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE545C is #51ABA3. Grayscale: #6F6F6F. Windows color (decimal): -5352356 or 6050990. OLE color: 6050990.

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

Color convert

RGB 174 84 92 -
CMYK 0 0.52 0.47 0.32
HSL 354.67º 0.36% 0.51% -
HSV(B) 354.67º 0.52% 0.68% -
XYZ 22.56 16.11 12.05 -
YUV 111.82 116.82 172.35 -
System Red Green Blue C M Y K H S L
Decimal 174 84 92 0 0.52 0.47 0.32 354.67 0.36 0.51
Hex AE 54 5C 0 34 2F 20 163 24 33
Octal 256 124 134 0 64 57 40 543 44 63
Binary 10101110 1010100 1011100 0 110100 101111 100000 101100011 100100 110011

Color Harmonies of #AE545C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE545C

Black with #AE545C

Text Example


Text Example

White with #AE545C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE545C; }

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

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

background-color css

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

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

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

border-color css

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

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

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