#ae494b

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

Shades of Hippie Pink #AE494B

Tints of Hippie Pink #AE494B

Color information

#AE494B (or 0xAE494B) is unknown color: approx Hippie Pink. HEX triplet: AE, 49 and 4B. RGB value is (174,73,75). Sum of RGB (Red+Green+Blue) = 174+73+75=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE494B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE494B is #51B6B4. Grayscale: #676767. Windows color (decimal): -5355189 or 4934062. OLE color: 4934062.

HSL color Cylindrical-coordinate representation of color #AE494B: hue angle of 358.81º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE494B is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB1747375-
CMYK00.580.570.32
HSL358.81º40.89%48.43%-
HSV(B)358.81º58.05%68.24%-
XYZ21.1114.278.3-
YUV103.43111.96178.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.04%
GREEN value IS 73 (28.91% from 255) = 22.67%
BLUE value IS 75 (29.69% from 255) = 23.29%
R=54.04%
G=22.67%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174737500.580.570.32358.8140.8948.43
HexAE494B03A39201672930
Octal25611111307271405475160
Binary10101110100100110010110111010111001100000101100111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae494b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae494b; }

 p { color: rgb(174,73,75); }

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

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

 a { background-color: rgb(174,73,75); }

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

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

 span { border-color: rgb(174,73,75); }

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