Html Css Color HEX #A84660 Hippie Pink

📋 copy color: '#A84660'

red 168 ◦ green 70 ◦ blue 96

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

Shades of Hippie Pink #A84660

Tints of Hippie Pink #A84660

RGB

 RED value IS 168 (66.02% from 255) = 50.3%

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

 BLUE value IS 96 (37.89% from 255) = 28.74%

R = 50.3%
G = 20.96%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A84660 (or 0xA84660) is known color: Hippie Pink. HEX triplet: A8, 46 and 60. RGB value is (168,70,96). Sum of RGB (Red+Green+Blue) = 168+70+96=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A84660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84660 is #57B99F. Grayscale: #666666. Windows color (decimal): -5749152 or 6309544. OLE color: 6309544.

HSL color Cylindrical-coordinate representation of color #A84660: hue angle of 344.08º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A84660 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 70 96 -
CMYK 0 0.58 0.43 0.34
HSL 344.08º 0.41% 0.47% -
HSV(B) 344.08º 0.58% 0.66% -
XYZ 20.45 13.55 12.6 -
YUV 102.27 124.47 174.89 -
System Red Green Blue C M Y K H S L
Decimal 168 70 96 0 0.58 0.43 0.34 344.08 0.41 0.47
Hex A8 46 60 0 3A 2B 22 158 29 2F
Octal 250 106 140 0 72 53 42 530 51 57
Binary 10101000 1000110 1100000 0 111010 101011 100010 101011000 101001 101111

Color Harmonies of #A84660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84660

Black with #A84660

Text Example


Text Example

White with #A84660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84660; }

 p { color: rgb(168,70,96); }

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

background-color css

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

 a { background-color: rgb(168,70,96); }

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

border-color css

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

 span { border-color: rgb(168,70,96); }

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