Html Css Color HEX #AA464D Hippie Pink

📋 copy color: '#AA464D'

red 170 ◦ green 70 ◦ blue 77

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

Shades of Hippie Pink #AA464D

Tints of Hippie Pink #AA464D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.29%

R = 53.63%
G = 22.08%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA464D (or 0xAA464D) is known color: Hippie Pink. HEX triplet: AA, 46 and 4D. RGB value is (170,70,77). Sum of RGB (Red+Green+Blue) = 170+70+77=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA464D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA464D is #55B9B2. Grayscale: #646464. Windows color (decimal): -5618099 or 5064362. OLE color: 5064362.

HSL color Cylindrical-coordinate representation of color #AA464D: hue angle of 355.8º 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 #AA464D is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 70 77 -
CMYK 0 0.59 0.55 0.33
HSL 355.8º 0.42% 0.47% -
HSV(B) 355.8º 0.59% 0.67% -
XYZ 20.11 13.46 8.56 -
YUV 100.7 114.63 177.43 -
System Red Green Blue C M Y K H S L
Decimal 170 70 77 0 0.59 0.55 0.33 355.8 0.42 0.47
Hex AA 46 4D 0 3B 37 21 164 2A 2F
Octal 252 106 115 0 73 67 41 544 52 57
Binary 10101010 1000110 1001101 0 111011 110111 100001 101100100 101010 101111

Color Harmonies of #AA464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA464D

Black with #AA464D

Text Example


Text Example

White with #AA464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA464D; }

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

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

background-color css

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

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

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

border-color css

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

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

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