Html Css Color HEX #AE465A Hippie Pink

📋 copy color: '#AE465A'

red 174 ◦ green 70 ◦ blue 90

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

Shades of Hippie Pink #AE465A

Tints of Hippie Pink #AE465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.96%

 BLUE value IS 90 (35.55% from 255) = 26.95%

R = 52.1%
G = 20.96%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE465A (or 0xAE465A) is known color: Hippie Pink. HEX triplet: AE, 46 and 5A. RGB value is (174,70,90). Sum of RGB (Red+Green+Blue) = 174+70+90=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE465A is #51B9A5. Grayscale: #676767. Windows color (decimal): -5355942 or 5916334. OLE color: 5916334.

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

Color convert

RGB 174 70 90 -
CMYK 0 0.60 0.48 0.32
HSL 348.46º 0.43% 0.48% -
HSV(B) 348.46º 0.6% 0.68% -
XYZ 21.49 14.12 11.27 -
YUV 103.38 120.46 178.37 -
System Red Green Blue C M Y K H S L
Decimal 174 70 90 0 0.60 0.48 0.32 348.46 0.43 0.48
Hex AE 46 5A 0 3C 30 20 15C 2B 30
Octal 256 106 132 0 74 60 40 534 53 60
Binary 10101110 1000110 1011010 0 111100 110000 100000 101011100 101011 110000

Color Harmonies of #AE465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE465A

Black with #AE465A

Text Example


Text Example

White with #AE465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE465A; }

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

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

background-color css

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

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

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

border-color css

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

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

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