Html Css Color HEX #AA464E Hippie Pink

📋 copy color: '#AA464E'

red 170 ◦ green 70 ◦ blue 78

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

Shades of Hippie Pink #AA464E

Tints of Hippie Pink #AA464E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.53%

R = 53.46%
G = 22.01%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA464E (or 0xAA464E) is known color: Hippie Pink. HEX triplet: AA, 46 and 4E. RGB value is (170,70,78). Sum of RGB (Red+Green+Blue) = 170+70+78=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA464E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA464E is #55B9B1. Grayscale: #646464. Windows color (decimal): -5618098 or 5129898. OLE color: 5129898.

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

Color convert

RGB 170 70 78 -
CMYK 0 0.59 0.54 0.33
HSL 355.2º 0.42% 0.47% -
HSV(B) 355.2º 0.59% 0.67% -
XYZ 20.14 13.48 8.75 -
YUV 100.81 115.13 177.35 -
System Red Green Blue C M Y K H S L
Decimal 170 70 78 0 0.59 0.54 0.33 355.2 0.42 0.47
Hex AA 46 4E 0 3B 36 21 163 2A 2F
Octal 252 106 116 0 73 66 41 543 52 57
Binary 10101010 1000110 1001110 0 111011 110110 100001 101100011 101010 101111

Color Harmonies of #AA464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA464E

Black with #AA464E

Text Example


Text Example

White with #AA464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA464E; }

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

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

background-color css

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

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

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

border-color css

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

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

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