Html Css Color HEX #AA4C62 Hippie Pink

📋 copy color: '#AA4C62'

red 170 ◦ green 76 ◦ blue 98

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

Shades of Hippie Pink #AA4C62

Tints of Hippie Pink #AA4C62

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.09%

 BLUE value IS 98 (38.67% from 255) = 28.49%

R = 49.42%
G = 22.09%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA4C62 (or 0xAA4C62) is known color: Hippie Pink. HEX triplet: AA, 4C and 62. RGB value is (170,76,98). Sum of RGB (Red+Green+Blue) = 170+76+98=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4C62 is #55B39D. Grayscale: #6A6A6A. Windows color (decimal): -5616542 or 6442154. OLE color: 6442154.

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

Color convert

RGB 170 76 98 -
CMYK 0 0.55 0.42 0.33
HSL 345.96º 0.38% 0.48% -
HSV(B) 345.96º 0.55% 0.67% -
XYZ 21.37 14.6 13.25 -
YUV 106.61 123.14 173.21 -
System Red Green Blue C M Y K H S L
Decimal 170 76 98 0 0.55 0.42 0.33 345.96 0.38 0.48
Hex AA 4C 62 0 37 2A 21 15A 26 30
Octal 252 114 142 0 67 52 41 532 46 60
Binary 10101010 1001100 1100010 0 110111 101010 100001 101011010 100110 110000

Color Harmonies of #AA4C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4C62

Black with #AA4C62

Text Example


Text Example

White with #AA4C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4C62; }

 p { color: rgb(170,76,98); }

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

background-color css

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

 a { background-color: rgb(170,76,98); }

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

border-color css

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

 span { border-color: rgb(170,76,98); }

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