Html Css Color HEX #AA4961 Hippie Pink

📋 copy color: '#AA4961'

red 170 ◦ green 73 ◦ blue 97

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

Shades of Hippie Pink #AA4961

Tints of Hippie Pink #AA4961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.47%

 BLUE value IS 97 (38.28% from 255) = 28.53%

R = 50%
G = 21.47%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AA4961 (or 0xAA4961) is known color: Hippie Pink. HEX triplet: AA, 49 and 61. RGB value is (170,73,97). Sum of RGB (Red+Green+Blue) = 170+73+97=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4961 is #55B69E. Grayscale: #686868. Windows color (decimal): -5617311 or 6375850. OLE color: 6375850.

HSL color Cylindrical-coordinate representation of color #AA4961: hue angle of 345.15º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA4961 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 73 97 -
CMYK 0 0.57 0.43 0.33
HSL 345.15º 0.4% 0.48% -
HSV(B) 345.15º 0.57% 0.67% -
XYZ 21.12 14.17 12.93 -
YUV 104.74 123.64 174.55 -
System Red Green Blue C M Y K H S L
Decimal 170 73 97 0 0.57 0.43 0.33 345.15 0.4 0.48
Hex AA 49 61 0 39 2B 21 159 28 30
Octal 252 111 141 0 71 53 41 531 50 60
Binary 10101010 1001001 1100001 0 111001 101011 100001 101011001 101000 110000

Color Harmonies of #AA4961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4961

Black with #AA4961

Text Example


Text Example

White with #AA4961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4961; }

 p { color: rgb(170,73,97); }

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

background-color css

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

 a { background-color: rgb(170,73,97); }

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

border-color css

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

 span { border-color: rgb(170,73,97); }

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