#AE545B

Color #AE545B Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #AE545B

Tints of Hippie Pink #AE545B

Color information

#AE545B (or 0xAE545B) is unknown color: approx Hippie Pink. HEX triplet: AE, 54 and 5B. RGB value is (174,84,91). Sum of RGB (Red+Green+Blue) = 174+84+91=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE545B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE545B is #51ABA4. Grayscale: #6F6F6F. Windows color (decimal): -5352357 or 5985454. OLE color: 5985454.

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

Color convert

RGB1748491-
CMYK00.520.480.32
HSL355.33º35.71%50.59%-
HSV(B)355.33º51.72%68.24%-
XYZ22.5116.0911.82-
YUV111.71116.32172.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 91 (35.94% from 255) = 26.07%
R=49.86%
G=24.07%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174849100.520.480.32355.3335.7150.59
HexAE545B03430201632433
Octal25612413306460405434463
Binary10101110101010010110110110100110000100000101100011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE545B; }

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

 H1.HeaderClassName
 {
   color: #AE545B;
 }
 .AnyTagClassName
 {
   color: #AE545B;
 }
</style>
background-color css

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

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

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

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

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

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