Html Css Color HEX #AA4E65 Hippie Pink

📋 copy color: '#AA4E65'

red 170 ◦ green 78 ◦ blue 101

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

Shades of Hippie Pink #AA4E65

Tints of Hippie Pink #AA4E65

RGB

 RED value IS 170 (66.8% from 255) = 48.71%

 GREEN value IS 78 (30.86% from 255) = 22.35%

 BLUE value IS 101 (39.84% from 255) = 28.94%

R = 48.71%
G = 22.35%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA4E65 (or 0xAA4E65) is known color: Hippie Pink. HEX triplet: AA, 4E and 65. RGB value is (170,78,101). Sum of RGB (Red+Green+Blue) = 170+78+101=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E65 is #55B19A. Grayscale: #6C6C6C. Windows color (decimal): -5616027 or 6639274. OLE color: 6639274.

HSL color Cylindrical-coordinate representation of color #AA4E65: hue angle of 345º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4E65 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 78 101 -
CMYK 0 0.54 0.41 0.33
HSL 345º 0.37% 0.49% -
HSV(B) 345º 0.54% 0.67% -
XYZ 21.65 14.93 14.05 -
YUV 108.13 123.98 172.13 -
System Red Green Blue C M Y K H S L
Decimal 170 78 101 0 0.54 0.41 0.33 345 0.37 0.49
Hex AA 4E 65 0 36 29 21 159 25 31
Octal 252 116 145 0 66 51 41 531 45 61
Binary 10101010 1001110 1100101 0 110110 101001 100001 101011001 100101 110001

Color Harmonies of #AA4E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4E65

Black with #AA4E65

Text Example


Text Example

White with #AA4E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4E65; }

 p { color: rgb(170,78,101); }

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

background-color css

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

 a { background-color: rgb(170,78,101); }

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

border-color css

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

 span { border-color: rgb(170,78,101); }

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