#AE545A

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

Shades of Hippie Pink #AE545A

Tints of Hippie Pink #AE545A

Color information

#AE545A (or 0xAE545A) is unknown color: approx Hippie Pink. HEX triplet: AE, 54 and 5A. RGB value is (174,84,90). Sum of RGB (Red+Green+Blue) = 174+84+90=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE545A is #51ABA5. Grayscale: #6F6F6F. Windows color (decimal): -5352358 or 5919918. OLE color: 5919918.

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

Color convert

RGB1748490-
CMYK00.520.480.32
HSL356º35.71%50.59%-
HSV(B)356º51.72%68.24%-
XYZ22.4716.0811.59-
YUV111.59115.82172.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 90 (35.55% from 255) = 25.86%
R=50%
G=24.14%
B=25.86%

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
Decimal174849000.520.480.3235635.7150.59
HexAE545A03430201642433
Octal25612413206460405444463
Binary10101110101010010110100110100110000100000101100100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE545A; }

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

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

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

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

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

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

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

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